Color spaces of #73100d
RGB | 115 | 16 | 13 |
---|---|---|---|
HSL | 0.00 | 0.80 | 0.25 |
HSV | 2° | 89° | 45° |
CMYK | 0.00 | 0.86 | 0.89 0.55 |
XYZ | 7.3282 | 4.0445 | 0.7752 |
Yxy | 4.0445 | 0.6032 | 0.3329 |
Hunter Lab | 20.1109 | 29.8492 | 11.7923 |
CIE-Lab | 23.8180 | 41.1795 | 29.9775 |
#73100d color RGB value is (115,16,13).
#73100d hex color red value is 115, green value is 16 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #73100d hue: 0.00 , saturation: 0.80 and the lightness value of 73100d is 0.25.
The process color (four color CMYK) of #73100d color hex is 0.00, 0.86, 0.89, 0.55. Web safe color of #73100d is #660000. Color #73100d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00010000 | 00001101 |
Octal | 163 | 20 | 15 |
Decimal | 115 | 16 | 13 |
Hex | 73 | 10 | D |
Shades of #73100d
Tints of #73100d
RGB Percentages of Color #73100d
CMYK Percentages of Color #73100d
Complementary Color
#73100d | #0d7073 |
#73100d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73100d Color Preview on White Background
Lorem ipsum dolor sit amet.
#73100d Color CSS Codes
.mybgcolor {background-color:#73100d; } .myforecolor {color:#73100d; } .mybordercolor {border:3px solid #73100d; }
#73100d Text Font Color
<p style="color:#73100d">Text here</p>
This sample text font color is #73100d
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.
#73100d Background Color
<div style="background-color:#73100d">
Div content here</div>
This div background color is #73100d
#73100d Border Color
<div style="border:3px solid #73100d">
Div here</div>
This div border color is #73100d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,16,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73100d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73100d; -webkit-box-shadow: 1px 1px 3px 2px #73100d; box-shadow: 1px 1px 3px 2px #73100d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,16,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73100d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73100d; -webkit-box-shadow: 1px 1px 3px 2px #73100d; box-shadow: 1px 1px 3px 2px #73100d;">
Div content here</div>
This div box has shadow with color #73100d
Comments
No comments written yet.
Please login to write comment.