Shades of Dark Red #910702
Tints of Dark Red #910702
RGB
CMYK
RGB Variations
Color information
#910702 (or 0x910702) is known color: Dark Red. HEX triplet: 91, 07 and 02. RGB value is (145,7,2). Sum of RGB (Red+Green+Blue) = 145+7+2=154 (20% of max value = 765). Red value is 145 (57.03% from 255 or 94.16% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 145 - color contains mainly: red. Hex color #910702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910702 is #6EF8FD. Grayscale: #2F2F2F. Windows color (decimal): -7272702 or 133009. OLE color: 133009.
HSL color Cylindrical-coordinate representation of color #910702: hue angle of 2.1º 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 #910702 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.43 |
| HSL | 2.1º | 0.97% | 0.29% | - |
| HSV(B) | 2.1º | 0.99% | 0.57% | - |
| XYZ | 11.76 | 6.18 | 0.63 | - |
| YUV | 47.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 2 | 0 | 0.95 | 0.99 | 0.43 | 2.1 | 0.97 | 0.29 |
| Hex | 91 | 7 | 2 | 0 | 5F | 63 | 2B | 2 | 61 | 1D |
| Octal | 221 | 7 | 2 | 0 | 137 | 143 | 53 | 2 | 141 | 35 |
| Binary | 10010001 | 111 | 10 | 0 | 1011111 | 1100011 | 101011 | 10 | 1100001 | 11101 |
Color Harmonies of #910702
Complementary color
Monochromatic Colors of #910702
Black with #910702
Text Example
Text Example
White with #910702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910702; }
p { color: rgb(145,7,2); }
H1.HeaderClassName
{
color: #910702;
}
.AnyTagClassName
{
color: #910702;
}
</style>
background-color css
<style>
a { background-color: #910702; }
a { background-color: rgb(145,7,2); }
div.DivClassName
{
background-color: #910702;
}
.BgClassName
{
background-color: #910702;
}
</style>
border-color css
<style>
span { border-color: #910702; }
span { border-color: rgb(145,7,2); }
td.TdClassName
{
border-color: #910702;
}
.TagClassName
{
border-color: #910702;
}
</style>