Shades of Dark Red #910A09
Tints of Dark Red #910A09
RGB
CMYK
RGB Variations
Color information
#910A09 (or 0x910A09) is known color: Dark Red. HEX triplet: 91, 0A and 09. RGB value is (145,10,9). Sum of RGB (Red+Green+Blue) = 145+10+9=164 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.41% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 145 - color contains mainly: red. Hex color #910A09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910A09 is #6EF5F6. Grayscale: #323232. Windows color (decimal): -7271927 or 592529. OLE color: 592529.
HSL color Cylindrical-coordinate representation of color #910A09: hue angle of 0.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910A09 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 9 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.43 |
| HSL | 0.44º | 0.88% | 0.3% | - |
| HSV(B) | 0.44º | 0.94% | 0.57% | - |
| XYZ | 11.83 | 6.26 | 0.84 | - |
| YUV | 50.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 9 | 0 | 0.93 | 0.94 | 0.43 | 0.44 | 0.88 | 0.3 |
| Hex | 91 | A | 9 | 0 | 5D | 5E | 2B | 0 | 58 | 1E |
| Octal | 221 | 12 | 11 | 0 | 135 | 136 | 53 | 0 | 130 | 36 |
| Binary | 10010001 | 1010 | 1001 | 0 | 1011101 | 1011110 | 101011 | 0 | 1011000 | 11110 |
Color Harmonies of #910A09
Complementary color
Monochromatic Colors of #910A09
Black with #910A09
Text Example
Text Example
White with #910A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A09; }
p { color: rgb(145,10,9); }
H1.HeaderClassName
{
color: #910A09;
}
.AnyTagClassName
{
color: #910A09;
}
</style>
background-color css
<style>
a { background-color: #910A09; }
a { background-color: rgb(145,10,9); }
div.DivClassName
{
background-color: #910A09;
}
.BgClassName
{
background-color: #910A09;
}
</style>
border-color css
<style>
span { border-color: #910A09; }
span { border-color: rgb(145,10,9); }
td.TdClassName
{
border-color: #910A09;
}
.TagClassName
{
border-color: #910A09;
}
</style>