Shades of Dark Red #920505
Tints of Dark Red #920505
RGB
CMYK
RGB Variations
Color information
#920505 (or 0x920505) is known color: Dark Red. HEX triplet: 92, 05 and 05. RGB value is (146,5,5). Sum of RGB (Red+Green+Blue) = 146+5+5=156 (20% of max value = 765). Red value is 146 (57.42% from 255 or 93.59% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 146 - color contains mainly: red. Hex color #920505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920505 is #6DFAFA. Grayscale: #2F2F2F. Windows color (decimal): -7207675 or 329106. OLE color: 329106.
HSL color Cylindrical-coordinate representation of color #920505: hue angle of 0º 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 #920505 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 5 | 5 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.43 |
| HSL | 0º | 0.93% | 0.3% | - |
| HSV(B) | 0º | 0.97% | 0.57% | - |
| XYZ | 11.94 | 6.23 | 0.72 | - |
| YUV | 47.16 | 104.21 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 5 | 0 | 0.97 | 0.97 | 0.43 | 0 | 0.93 | 0.3 |
| Hex | 92 | 5 | 5 | 0 | 61 | 61 | 2B | 0 | 5D | 1E |
| Octal | 222 | 5 | 5 | 0 | 141 | 141 | 53 | 0 | 135 | 36 |
| Binary | 10010010 | 101 | 101 | 0 | 1100001 | 1100001 | 101011 | 0 | 1011101 | 11110 |
Color Harmonies of #920505
Complementary color
Monochromatic Colors of #920505
Black with #920505
Text Example
Text Example
White with #920505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920505; }
p { color: rgb(146,5,5); }
H1.HeaderClassName
{
color: #920505;
}
.AnyTagClassName
{
color: #920505;
}
</style>
background-color css
<style>
a { background-color: #920505; }
a { background-color: rgb(146,5,5); }
div.DivClassName
{
background-color: #920505;
}
.BgClassName
{
background-color: #920505;
}
</style>
border-color css
<style>
span { border-color: #920505; }
span { border-color: rgb(146,5,5); }
td.TdClassName
{
border-color: #920505;
}
.TagClassName
{
border-color: #920505;
}
</style>