Shades of Dark Red #910F00
Tints of Dark Red #910F00
RGB
CMYK
RGB Variations
Color information
#910F00 (or 0x910F00) is known color: Dark Red. HEX triplet: 91, 0F and 00. RGB value is (145,15,0). Sum of RGB (Red+Green+Blue) = 145+15+0=160 (21% of max value = 765). Red value is 145 (57.03% from 255 or 90.62% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 145 - color contains mainly: red. Hex color #910F00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F00 is #6EF0FF. Grayscale: #343434. Windows color (decimal): -7270656 or 3985. OLE color: 3985.
HSL color Cylindrical-coordinate representation of color #910F00: hue angle of 6.21º 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 #910F00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.43 |
| HSL | 6.21º | 1% | 0.28% | - |
| HSV(B) | 6.21º | 1% | 0.57% | - |
| XYZ | 11.85 | 6.36 | 0.6 | - |
| YUV | 52.16 | 98.57 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 0 | 0 | 0.90 | 1 | 0.43 | 6.21 | 1 | 0.28 |
| Hex | 91 | F | 0 | 0 | 5A | 64 | 2B | 6 | 64 | 1C |
| Octal | 221 | 17 | 0 | 0 | 132 | 144 | 53 | 6 | 144 | 34 |
| Binary | 10010001 | 1111 | 0 | 0 | 1011010 | 1100100 | 101011 | 110 | 1100100 | 11100 |
Color Harmonies of #910F00
Complementary color
Monochromatic Colors of #910F00
Black with #910F00
Text Example
Text Example
White with #910F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F00; }
p { color: rgb(145,15,0); }
H1.HeaderClassName
{
color: #910F00;
}
.AnyTagClassName
{
color: #910F00;
}
</style>
background-color css
<style>
a { background-color: #910F00; }
a { background-color: rgb(145,15,0); }
div.DivClassName
{
background-color: #910F00;
}
.BgClassName
{
background-color: #910F00;
}
</style>
border-color css
<style>
span { border-color: #910F00; }
span { border-color: rgb(145,15,0); }
td.TdClassName
{
border-color: #910F00;
}
.TagClassName
{
border-color: #910F00;
}
</style>