Shades of Dark Red #900C06
Tints of Dark Red #900C06
RGB
CMYK
RGB Variations
Color information
#900C06 (or 0x900C06) is known color: Dark Red. HEX triplet: 90, 0C and 06. RGB value is (144,12,6). Sum of RGB (Red+Green+Blue) = 144+12+6=162 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.89% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 144 - color contains mainly: red. Hex color #900C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900C06 is #6FF3F9. Grayscale: #323232. Windows color (decimal): -7336954 or 396432. OLE color: 396432.
HSL color Cylindrical-coordinate representation of color #900C06: hue angle of 2.61º 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 #900C06 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 12 | 6 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.44 |
| HSL | 2.61º | 0.92% | 0.29% | - |
| HSV(B) | 2.61º | 0.96% | 0.56% | - |
| XYZ | 11.67 | 6.21 | 0.76 | - |
| YUV | 50.78 | 102.73 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 6 | 0 | 0.92 | 0.96 | 0.44 | 2.61 | 0.92 | 0.29 |
| Hex | 90 | C | 6 | 0 | 5C | 60 | 2C | 3 | 5C | 1D |
| Octal | 220 | 14 | 6 | 0 | 134 | 140 | 54 | 3 | 134 | 35 |
| Binary | 10010000 | 1100 | 110 | 0 | 1011100 | 1100000 | 101100 | 11 | 1011100 | 11101 |
Color Harmonies of #900C06
Complementary color
Monochromatic Colors of #900C06
Black with #900C06
Text Example
Text Example
White with #900C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900C06; }
p { color: rgb(144,12,6); }
H1.HeaderClassName
{
color: #900C06;
}
.AnyTagClassName
{
color: #900C06;
}
</style>
background-color css
<style>
a { background-color: #900C06; }
a { background-color: rgb(144,12,6); }
div.DivClassName
{
background-color: #900C06;
}
.BgClassName
{
background-color: #900C06;
}
</style>
border-color css
<style>
span { border-color: #900C06; }
span { border-color: rgb(144,12,6); }
td.TdClassName
{
border-color: #900C06;
}
.TagClassName
{
border-color: #900C06;
}
</style>