Shades of Dark Red #910C0B
Tints of Dark Red #910C0B
RGB
CMYK
RGB Variations
Color information
#910C0B (or 0x910C0B) is known color: Dark Red. HEX triplet: 91, 0C and 0B. RGB value is (145,12,11). Sum of RGB (Red+Green+Blue) = 145+12+11=168 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.31% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 145 - color contains mainly: red. Hex color #910C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910C0B is #6EF3F4. Grayscale: #333333. Windows color (decimal): -7271413 or 724113. OLE color: 724113.
HSL color Cylindrical-coordinate representation of color #910C0B: hue angle of 0.45º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C0B is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 11 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.43 |
| HSL | 0.45º | 0.86% | 0.31% | - |
| HSV(B) | 0.45º | 0.92% | 0.57% | - |
| XYZ | 11.87 | 6.31 | 0.91 | - |
| YUV | 51.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 11 | 0 | 0.92 | 0.92 | 0.43 | 0.45 | 0.86 | 0.31 |
| Hex | 91 | C | B | 0 | 5C | 5C | 2B | 0 | 56 | 1F |
| Octal | 221 | 14 | 13 | 0 | 134 | 134 | 53 | 0 | 126 | 37 |
| Binary | 10010001 | 1100 | 1011 | 0 | 1011100 | 1011100 | 101011 | 0 | 1010110 | 11111 |
Color Harmonies of #910C0B
Complementary color
Monochromatic Colors of #910C0B
Black with #910C0B
Text Example
Text Example
White with #910C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C0B; }
p { color: rgb(145,12,11); }
H1.HeaderClassName
{
color: #910C0B;
}
.AnyTagClassName
{
color: #910C0B;
}
</style>
background-color css
<style>
a { background-color: #910C0B; }
a { background-color: rgb(145,12,11); }
div.DivClassName
{
background-color: #910C0B;
}
.BgClassName
{
background-color: #910C0B;
}
</style>
border-color css
<style>
span { border-color: #910C0B; }
span { border-color: rgb(145,12,11); }
td.TdClassName
{
border-color: #910C0B;
}
.TagClassName
{
border-color: #910C0B;
}
</style>