Shades of Dark Red #920603
Tints of Dark Red #920603
RGB
CMYK
RGB Variations
Color information
#920603 (or 0x920603) is known color: Dark Red. HEX triplet: 92, 06 and 03. RGB value is (146,6,3). Sum of RGB (Red+Green+Blue) = 146+6+3=155 (20% of max value = 765). Red value is 146 (57.42% from 255 or 94.19% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 146 - color contains mainly: red. Hex color #920603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920603 is #6DF9FC. Grayscale: #2F2F2F. Windows color (decimal): -7207421 or 198290. OLE color: 198290.
HSL color Cylindrical-coordinate representation of color #920603: hue angle of 1.26º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #920603 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 6 | 3 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.43 |
| HSL | 1.26º | 0.96% | 0.29% | - |
| HSV(B) | 1.26º | 0.98% | 0.57% | - |
| XYZ | 11.94 | 6.25 | 0.66 | - |
| YUV | 47.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 3 | 0 | 0.96 | 0.98 | 0.43 | 1.26 | 0.96 | 0.29 |
| Hex | 92 | 6 | 3 | 0 | 60 | 62 | 2B | 1 | 60 | 1D |
| Octal | 222 | 6 | 3 | 0 | 140 | 142 | 53 | 1 | 140 | 35 |
| Binary | 10010010 | 110 | 11 | 0 | 1100000 | 1100010 | 101011 | 1 | 1100000 | 11101 |
Color Harmonies of #920603
Complementary color
Monochromatic Colors of #920603
Black with #920603
Text Example
Text Example
White with #920603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920603; }
p { color: rgb(146,6,3); }
H1.HeaderClassName
{
color: #920603;
}
.AnyTagClassName
{
color: #920603;
}
</style>
background-color css
<style>
a { background-color: #920603; }
a { background-color: rgb(146,6,3); }
div.DivClassName
{
background-color: #920603;
}
.BgClassName
{
background-color: #920603;
}
</style>
border-color css
<style>
span { border-color: #920603; }
span { border-color: rgb(146,6,3); }
td.TdClassName
{
border-color: #920603;
}
.TagClassName
{
border-color: #920603;
}
</style>