Shades of Dark Red #910F04
Tints of Dark Red #910F04
RGB
CMYK
RGB Variations
Color information
#910F04 (or 0x910F04) is known color: Dark Red. HEX triplet: 91, 0F and 04. RGB value is (145,15,4). Sum of RGB (Red+Green+Blue) = 145+15+4=164 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.41% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 145 - color contains mainly: red. Hex color #910F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F04 is #6EF0FB. Grayscale: #343434. Windows color (decimal): -7270652 or 266129. OLE color: 266129.
HSL color Cylindrical-coordinate representation of color #910F04: hue angle of 4.68º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910F04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 4 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.43 |
| HSL | 4.68º | 0.95% | 0.29% | - |
| HSV(B) | 4.68º | 0.97% | 0.57% | - |
| XYZ | 11.87 | 6.37 | 0.72 | - |
| YUV | 52.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 4 | 0 | 0.90 | 0.97 | 0.43 | 4.68 | 0.95 | 0.29 |
| Hex | 91 | F | 4 | 0 | 5A | 61 | 2B | 5 | 5F | 1D |
| Octal | 221 | 17 | 4 | 0 | 132 | 141 | 53 | 5 | 137 | 35 |
| Binary | 10010001 | 1111 | 100 | 0 | 1011010 | 1100001 | 101011 | 101 | 1011111 | 11101 |
Color Harmonies of #910F04
Complementary color
Monochromatic Colors of #910F04
Black with #910F04
Text Example
Text Example
White with #910F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F04; }
p { color: rgb(145,15,4); }
H1.HeaderClassName
{
color: #910F04;
}
.AnyTagClassName
{
color: #910F04;
}
</style>
background-color css
<style>
a { background-color: #910F04; }
a { background-color: rgb(145,15,4); }
div.DivClassName
{
background-color: #910F04;
}
.BgClassName
{
background-color: #910F04;
}
</style>
border-color css
<style>
span { border-color: #910F04; }
span { border-color: rgb(145,15,4); }
td.TdClassName
{
border-color: #910F04;
}
.TagClassName
{
border-color: #910F04;
}
</style>