Shades of Dark Red #910C00
Tints of Dark Red #910C00
RGB
CMYK
RGB Variations
Color information
#910C00 (or 0x910C00) is known color: Dark Red. HEX triplet: 91, 0C and 00. RGB value is (145,12,0). Sum of RGB (Red+Green+Blue) = 145+12+0=157 (20% of max value = 765). Red value is 145 (57.03% from 255 or 92.36% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 145 - color contains mainly: red. Hex color #910C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910C00 is #6EF3FF. Grayscale: #323232. Windows color (decimal): -7271424 or 3217. OLE color: 3217.
HSL color Cylindrical-coordinate representation of color #910C00: hue angle of 4.97º 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 #910C00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.43 |
| HSL | 4.97º | 1% | 0.28% | - |
| HSV(B) | 4.97º | 1% | 0.57% | - |
| XYZ | 11.81 | 6.28 | 0.59 | - |
| YUV | 50.4 | 99.56 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 0 | 0 | 0.92 | 1 | 0.43 | 4.97 | 1 | 0.28 |
| Hex | 91 | C | 0 | 0 | 5C | 64 | 2B | 5 | 64 | 1C |
| Octal | 221 | 14 | 0 | 0 | 134 | 144 | 53 | 5 | 144 | 34 |
| Binary | 10010001 | 1100 | 0 | 0 | 1011100 | 1100100 | 101011 | 101 | 1100100 | 11100 |
Color Harmonies of #910C00
Complementary color
Monochromatic Colors of #910C00
Black with #910C00
Text Example
Text Example
White with #910C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C00; }
p { color: rgb(145,12,0); }
H1.HeaderClassName
{
color: #910C00;
}
.AnyTagClassName
{
color: #910C00;
}
</style>
background-color css
<style>
a { background-color: #910C00; }
a { background-color: rgb(145,12,0); }
div.DivClassName
{
background-color: #910C00;
}
.BgClassName
{
background-color: #910C00;
}
</style>
border-color css
<style>
span { border-color: #910C00; }
span { border-color: rgb(145,12,0); }
td.TdClassName
{
border-color: #910C00;
}
.TagClassName
{
border-color: #910C00;
}
</style>