Shades of Dark Red #920805
Tints of Dark Red #920805
RGB
CMYK
RGB Variations
Color information
#920805 (or 0x920805) is known color: Dark Red. HEX triplet: 92, 08 and 05. RGB value is (146,8,5). Sum of RGB (Red+Green+Blue) = 146+8+5=159 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.82% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 146 - color contains mainly: red. Hex color #920805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920805 is #6DF7FA. Grayscale: #313131. Windows color (decimal): -7206907 or 329874. OLE color: 329874.
HSL color Cylindrical-coordinate representation of color #920805: hue angle of 1.28º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920805 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 5 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.43 |
| HSL | 1.28º | 0.93% | 0.3% | - |
| HSV(B) | 1.28º | 0.97% | 0.57% | - |
| XYZ | 11.97 | 6.3 | 0.73 | - |
| YUV | 48.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 5 | 0 | 0.95 | 0.97 | 0.43 | 1.28 | 0.93 | 0.3 |
| Hex | 92 | 8 | 5 | 0 | 5F | 61 | 2B | 1 | 5D | 1E |
| Octal | 222 | 10 | 5 | 0 | 137 | 141 | 53 | 1 | 135 | 36 |
| Binary | 10010010 | 1000 | 101 | 0 | 1011111 | 1100001 | 101011 | 1 | 1011101 | 11110 |
Color Harmonies of #920805
Complementary color
Monochromatic Colors of #920805
Black with #920805
Text Example
Text Example
White with #920805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920805; }
p { color: rgb(146,8,5); }
H1.HeaderClassName
{
color: #920805;
}
.AnyTagClassName
{
color: #920805;
}
</style>
background-color css
<style>
a { background-color: #920805; }
a { background-color: rgb(146,8,5); }
div.DivClassName
{
background-color: #920805;
}
.BgClassName
{
background-color: #920805;
}
</style>
border-color css
<style>
span { border-color: #920805; }
span { border-color: rgb(146,8,5); }
td.TdClassName
{
border-color: #920805;
}
.TagClassName
{
border-color: #920805;
}
</style>