Color spaces of #730b12
RGB | 115 | 11 | 18 |
---|---|---|---|
HSL | 0.99 | 0.83 | 0.25 |
HSV | 356° | 90° | 45° |
CMYK | 0.00 | 0.90 | 0.84 0.55 |
XYZ | 7.2991 | 3.9279 | 0.9457 |
Yxy | 3.9279 | 0.5996 | 0.3227 |
Hunter Lab | 19.8189 | 31.0565 | 11.0441 |
CIE-Lab | 23.4316 | 42.5628 | 26.8726 |
#730b12 color RGB value is (115,11,18).
#730b12 hex color red value is 115, green value is 11 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #730b12 hue: 0.99 , saturation: 0.83 and the lightness value of 730b12 is 0.25.
The process color (four color CMYK) of #730b12 color hex is 0.00, 0.90, 0.84, 0.55. Web safe color of #730b12 is #660000. Color #730b12 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00001011 | 00010010 |
Octal | 163 | 13 | 22 |
Decimal | 115 | 11 | 18 |
Hex | 73 | B | 12 |
Shades of #730b12
Tints of #730b12
RGB Percentages of Color #730b12
CMYK Percentages of Color #730b12
Complementary Color
#730b12 | #0b736c |
#730b12 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#730b12 Color Preview on White Background
Lorem ipsum dolor sit amet.
#730b12 Color CSS Codes
.mybgcolor {background-color:#730b12; } .myforecolor {color:#730b12; } .mybordercolor {border:3px solid #730b12; }
#730b12 Text Font Color
<p style="color:#730b12">Text here</p>
This sample text font color is #730b12
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#730b12 Background Color
<div style="background-color:#730b12">
Div content here</div>
This div background color is #730b12
#730b12 Border Color
<div style="border:3px solid #730b12">
Div here</div>
This div border color is #730b12
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,11,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #730b12; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #730b12; -webkit-box-shadow: 1px 1px 3px 2px #730b12; box-shadow: 1px 1px 3px 2px #730b12; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,11,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #730b12">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #730b12; -webkit-box-shadow: 1px 1px 3px 2px #730b12; box-shadow: 1px 1px 3px 2px #730b12;">
Div content here</div>
This div box has shadow with color #730b12
#730b12 Color Palettes
Comments
No comments written yet.
Please login to write comment.