Shades of Dark Red #920802
Tints of Dark Red #920802
RGB
CMYK
RGB Variations
Color information
#920802 (or 0x920802) is known color: Dark Red. HEX triplet: 92, 08 and 02. RGB value is (146,8,2). Sum of RGB (Red+Green+Blue) = 146+8+2=156 (20% of max value = 765). Red value is 146 (57.42% from 255 or 93.59% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 146 - color contains mainly: red. Hex color #920802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920802 is #6DF7FD. Grayscale: #303030. Windows color (decimal): -7206910 or 133266. OLE color: 133266.
HSL color Cylindrical-coordinate representation of color #920802: hue angle of 2.5º degrees, saturation: 0.97, 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 #920802 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.43 |
| HSL | 2.5º | 0.97% | 0.29% | - |
| HSV(B) | 2.5º | 0.99% | 0.57% | - |
| XYZ | 11.95 | 6.29 | 0.64 | - |
| YUV | 48.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 2 | 0 | 0.95 | 0.99 | 0.43 | 2.5 | 0.97 | 0.29 |
| Hex | 92 | 8 | 2 | 0 | 5F | 63 | 2B | 2 | 61 | 1D |
| Octal | 222 | 10 | 2 | 0 | 137 | 143 | 53 | 2 | 141 | 35 |
| Binary | 10010010 | 1000 | 10 | 0 | 1011111 | 1100011 | 101011 | 10 | 1100001 | 11101 |
Color Harmonies of #920802
Complementary color
Monochromatic Colors of #920802
Black with #920802
Text Example
Text Example
White with #920802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920802; }
p { color: rgb(146,8,2); }
H1.HeaderClassName
{
color: #920802;
}
.AnyTagClassName
{
color: #920802;
}
</style>
background-color css
<style>
a { background-color: #920802; }
a { background-color: rgb(146,8,2); }
div.DivClassName
{
background-color: #920802;
}
.BgClassName
{
background-color: #920802;
}
</style>
border-color css
<style>
span { border-color: #920802; }
span { border-color: rgb(146,8,2); }
td.TdClassName
{
border-color: #920802;
}
.TagClassName
{
border-color: #920802;
}
</style>