Shades of Dark Red #900B06
Tints of Dark Red #900B06
RGB
CMYK
RGB Variations
Color information
#900B06 (or 0x900B06) is known color: Dark Red. HEX triplet: 90, 0B and 06. RGB value is (144,11,6). Sum of RGB (Red+Green+Blue) = 144+11+6=161 (21% of max value = 765). Red value is 144 (56.64% from 255 or 89.44% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 144 - color contains mainly: red. Hex color #900B06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900B06 is #6FF4F9. Grayscale: #323232. Windows color (decimal): -7337210 or 396176. OLE color: 396176.
HSL color Cylindrical-coordinate representation of color #900B06: hue angle of 2.17º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900B06 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 11 | 6 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.44 |
| HSL | 2.17º | 0.92% | 0.29% | - |
| HSV(B) | 2.17º | 0.96% | 0.56% | - |
| XYZ | 11.65 | 6.18 | 0.75 | - |
| YUV | 50.2 | 103.06 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 6 | 0 | 0.92 | 0.96 | 0.44 | 2.17 | 0.92 | 0.29 |
| Hex | 90 | B | 6 | 0 | 5C | 60 | 2C | 2 | 5C | 1D |
| Octal | 220 | 13 | 6 | 0 | 134 | 140 | 54 | 2 | 134 | 35 |
| Binary | 10010000 | 1011 | 110 | 0 | 1011100 | 1100000 | 101100 | 10 | 1011100 | 11101 |
Color Harmonies of #900B06
Complementary color
Monochromatic Colors of #900B06
Black with #900B06
Text Example
Text Example
White with #900B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900B06; }
p { color: rgb(144,11,6); }
H1.HeaderClassName
{
color: #900B06;
}
.AnyTagClassName
{
color: #900B06;
}
</style>
background-color css
<style>
a { background-color: #900B06; }
a { background-color: rgb(144,11,6); }
div.DivClassName
{
background-color: #900B06;
}
.BgClassName
{
background-color: #900B06;
}
</style>
border-color css
<style>
span { border-color: #900B06; }
span { border-color: rgb(144,11,6); }
td.TdClassName
{
border-color: #900B06;
}
.TagClassName
{
border-color: #900B06;
}
</style>