Shades of Dark Red #910B01
Tints of Dark Red #910B01
RGB
CMYK
RGB Variations
Color information
#910B01 (or 0x910B01) is known color: Dark Red. HEX triplet: 91, 0B and 01. RGB value is (145,11,1). Sum of RGB (Red+Green+Blue) = 145+11+1=157 (20% of max value = 765). Red value is 145 (57.03% from 255 or 92.36% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 145 - color contains mainly: red. Hex color #910B01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910B01 is #6EF4FE. Grayscale: #323232. Windows color (decimal): -7271679 or 68497. OLE color: 68497.
HSL color Cylindrical-coordinate representation of color #910B01: hue angle of 4.17º degrees, saturation: 0.99, 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 #910B01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 11 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.43 |
| HSL | 4.17º | 0.99% | 0.29% | - |
| HSV(B) | 4.17º | 0.99% | 0.57% | - |
| XYZ | 11.8 | 6.26 | 0.62 | - |
| YUV | 49.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 1 | 0 | 0.92 | 0.99 | 0.43 | 4.17 | 0.99 | 0.29 |
| Hex | 91 | B | 1 | 0 | 5C | 63 | 2B | 4 | 63 | 1D |
| Octal | 221 | 13 | 1 | 0 | 134 | 143 | 53 | 4 | 143 | 35 |
| Binary | 10010001 | 1011 | 1 | 0 | 1011100 | 1100011 | 101011 | 100 | 1100011 | 11101 |
Color Harmonies of #910B01
Complementary color
Monochromatic Colors of #910B01
Black with #910B01
Text Example
Text Example
White with #910B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910B01; }
p { color: rgb(145,11,1); }
H1.HeaderClassName
{
color: #910B01;
}
.AnyTagClassName
{
color: #910B01;
}
</style>
background-color css
<style>
a { background-color: #910B01; }
a { background-color: rgb(145,11,1); }
div.DivClassName
{
background-color: #910B01;
}
.BgClassName
{
background-color: #910B01;
}
</style>
border-color css
<style>
span { border-color: #910B01; }
span { border-color: rgb(145,11,1); }
td.TdClassName
{
border-color: #910B01;
}
.TagClassName
{
border-color: #910B01;
}
</style>