Shades of Dark Red #910D00
Tints of Dark Red #910D00
RGB
CMYK
RGB Variations
Color information
#910D00 (or 0x910D00) is known color: Dark Red. HEX triplet: 91, 0D and 00. RGB value is (145,13,0). Sum of RGB (Red+Green+Blue) = 145+13+0=158 (20% of max value = 765). Red value is 145 (57.03% from 255 or 91.77% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 145 - color contains mainly: red. Hex color #910D00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D00 is #6EF2FF. Grayscale: #333333. Windows color (decimal): -7271168 or 3473. OLE color: 3473.
HSL color Cylindrical-coordinate representation of color #910D00: hue angle of 5.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910D00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.43 |
| HSL | 5.38º | 1% | 0.28% | - |
| HSV(B) | 5.38º | 1% | 0.57% | - |
| XYZ | 11.82 | 6.31 | 0.59 | - |
| YUV | 50.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 0 | 0 | 0.91 | 1 | 0.43 | 5.38 | 1 | 0.28 |
| Hex | 91 | D | 0 | 0 | 5B | 64 | 2B | 5 | 64 | 1C |
| Octal | 221 | 15 | 0 | 0 | 133 | 144 | 53 | 5 | 144 | 34 |
| Binary | 10010001 | 1101 | 0 | 0 | 1011011 | 1100100 | 101011 | 101 | 1100100 | 11100 |
Color Harmonies of #910D00
Complementary color
Monochromatic Colors of #910D00
Black with #910D00
Text Example
Text Example
White with #910D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D00; }
p { color: rgb(145,13,0); }
H1.HeaderClassName
{
color: #910D00;
}
.AnyTagClassName
{
color: #910D00;
}
</style>
background-color css
<style>
a { background-color: #910D00; }
a { background-color: rgb(145,13,0); }
div.DivClassName
{
background-color: #910D00;
}
.BgClassName
{
background-color: #910D00;
}
</style>
border-color css
<style>
span { border-color: #910D00; }
span { border-color: rgb(145,13,0); }
td.TdClassName
{
border-color: #910D00;
}
.TagClassName
{
border-color: #910D00;
}
</style>