Shades of Dark Red #920902
Tints of Dark Red #920902
RGB
CMYK
RGB Variations
Color information
#920902 (or 0x920902) is known color: Dark Red. HEX triplet: 92, 09 and 02. RGB value is (146,9,2). Sum of RGB (Red+Green+Blue) = 146+9+2=157 (20% of max value = 765). Red value is 146 (57.42% from 255 or 92.99% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 146 - color contains mainly: red. Hex color #920902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920902 is #6DF6FD. Grayscale: #313131. Windows color (decimal): -7206654 or 133522. OLE color: 133522.
HSL color Cylindrical-coordinate representation of color #920902: hue angle of 2.92º 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 #920902 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 9 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.43 |
| HSL | 2.92º | 0.97% | 0.29% | - |
| HSV(B) | 2.92º | 0.99% | 0.57% | - |
| XYZ | 11.96 | 6.31 | 0.65 | - |
| YUV | 49.17 | 101.39 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 2 | 0 | 0.94 | 0.99 | 0.43 | 2.92 | 0.97 | 0.29 |
| Hex | 92 | 9 | 2 | 0 | 5E | 63 | 2B | 3 | 61 | 1D |
| Octal | 222 | 11 | 2 | 0 | 136 | 143 | 53 | 3 | 141 | 35 |
| Binary | 10010010 | 1001 | 10 | 0 | 1011110 | 1100011 | 101011 | 11 | 1100001 | 11101 |
Color Harmonies of #920902
Complementary color
Monochromatic Colors of #920902
Black with #920902
Text Example
Text Example
White with #920902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920902; }
p { color: rgb(146,9,2); }
H1.HeaderClassName
{
color: #920902;
}
.AnyTagClassName
{
color: #920902;
}
</style>
background-color css
<style>
a { background-color: #920902; }
a { background-color: rgb(146,9,2); }
div.DivClassName
{
background-color: #920902;
}
.BgClassName
{
background-color: #920902;
}
</style>
border-color css
<style>
span { border-color: #920902; }
span { border-color: rgb(146,9,2); }
td.TdClassName
{
border-color: #920902;
}
.TagClassName
{
border-color: #920902;
}
</style>