Color spaces of #74150a
RGB | 116 | 21 | 10 |
---|---|---|---|
HSL | 0.02 | 0.84 | 0.25 |
HSV | 6° | 91° | 45° |
CMYK | 0.00 | 0.82 | 0.91 0.55 |
XYZ | 7.5254 | 4.2712 | 0.7150 |
Yxy | 4.2712 | 0.6015 | 0.3414 |
Hunter Lab | 20.6669 | 28.8299 | 12.4156 |
CIE-Lab | 24.5485 | 39.9229 | 32.0980 |
#74150a color RGB value is (116,21,10).
#74150a hex color red value is 116, green value is 21 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #74150a hue: 0.02 , saturation: 0.84 and the lightness value of 74150a is 0.25.
The process color (four color CMYK) of #74150a color hex is 0.00, 0.82, 0.91, 0.55. Web safe color of #74150a is #660000. Color #74150a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00010101 | 00001010 |
Octal | 164 | 25 | 12 |
Decimal | 116 | 21 | 10 |
Hex | 74 | 15 | A |
Shades of #74150a
Tints of #74150a
RGB Percentages of Color #74150a
CMYK Percentages of Color #74150a
Complementary Color
#74150a | #0a6974 |
#74150a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74150a Color Preview on White Background
Lorem ipsum dolor sit amet.
#74150a Color CSS Codes
.mybgcolor {background-color:#74150a; } .myforecolor {color:#74150a; } .mybordercolor {border:3px solid #74150a; }
#74150a Text Font Color
<p style="color:#74150a">Text here</p>
This sample text font color is #74150a
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.
#74150a Background Color
<div style="background-color:#74150a">
Div content here</div>
This div background color is #74150a
#74150a Border Color
<div style="border:3px solid #74150a">
Div here</div>
This div border color is #74150a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,21,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74150a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74150a; -webkit-box-shadow: 1px 1px 3px 2px #74150a; box-shadow: 1px 1px 3px 2px #74150a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,21,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74150a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74150a; -webkit-box-shadow: 1px 1px 3px 2px #74150a; box-shadow: 1px 1px 3px 2px #74150a;">
Div content here</div>
This div box has shadow with color #74150a
Comments
No comments written yet.
Please login to write comment.