Shades of Dark Red #910F02
Tints of Dark Red #910F02
RGB
CMYK
RGB Variations
Color information
#910F02 (or 0x910F02) is known color: Dark Red. HEX triplet: 91, 0F and 02. RGB value is (145,15,2). Sum of RGB (Red+Green+Blue) = 145+15+2=162 (21% of max value = 765). Red value is 145 (57.03% from 255 or 89.51% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 145 - color contains mainly: red. Hex color #910F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F02 is #6EF0FD. Grayscale: #343434. Windows color (decimal): -7270654 or 135057. OLE color: 135057.
HSL color Cylindrical-coordinate representation of color #910F02: hue angle of 5.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910F02 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.43 |
| HSL | 5.45º | 0.97% | 0.29% | - |
| HSV(B) | 5.45º | 0.99% | 0.57% | - |
| XYZ | 11.86 | 6.37 | 0.66 | - |
| YUV | 52.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 2 | 0 | 0.90 | 0.99 | 0.43 | 5.45 | 0.97 | 0.29 |
| Hex | 91 | F | 2 | 0 | 5A | 63 | 2B | 5 | 61 | 1D |
| Octal | 221 | 17 | 2 | 0 | 132 | 143 | 53 | 5 | 141 | 35 |
| Binary | 10010001 | 1111 | 10 | 0 | 1011010 | 1100011 | 101011 | 101 | 1100001 | 11101 |
Color Harmonies of #910F02
Complementary color
Monochromatic Colors of #910F02
Black with #910F02
Text Example
Text Example
White with #910F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F02; }
p { color: rgb(145,15,2); }
H1.HeaderClassName
{
color: #910F02;
}
.AnyTagClassName
{
color: #910F02;
}
</style>
background-color css
<style>
a { background-color: #910F02; }
a { background-color: rgb(145,15,2); }
div.DivClassName
{
background-color: #910F02;
}
.BgClassName
{
background-color: #910F02;
}
</style>
border-color css
<style>
span { border-color: #910F02; }
span { border-color: rgb(145,15,2); }
td.TdClassName
{
border-color: #910F02;
}
.TagClassName
{
border-color: #910F02;
}
</style>