Shades of Dark Red #921000
Tints of Dark Red #921000
RGB
CMYK
RGB Variations
Color information
#921000 (or 0x921000) is known color: Dark Red. HEX triplet: 92, 10 and 00. RGB value is (146,16,0). Sum of RGB (Red+Green+Blue) = 146+16+0=162 (21% of max value = 765). Red value is 146 (57.42% from 255 or 90.12% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 146 - color contains mainly: red. Hex color #921000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921000 is #6DEFFF. Grayscale: #353535. Windows color (decimal): -7204864 or 4242. OLE color: 4242.
HSL color Cylindrical-coordinate representation of color #921000: hue angle of 6.58º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #921000 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.43 |
| HSL | 6.58º | 1% | 0.29% | - |
| HSV(B) | 6.58º | 1% | 0.57% | - |
| XYZ | 12.04 | 6.48 | 0.62 | - |
| YUV | 53.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 0 | 0 | 0.89 | 1 | 0.43 | 6.58 | 1 | 0.29 |
| Hex | 92 | 10 | 0 | 0 | 59 | 64 | 2B | 7 | 64 | 1D |
| Octal | 222 | 20 | 0 | 0 | 131 | 144 | 53 | 7 | 144 | 35 |
| Binary | 10010010 | 10000 | 0 | 0 | 1011001 | 1100100 | 101011 | 111 | 1100100 | 11101 |
Color Harmonies of #921000
Complementary color
Monochromatic Colors of #921000
Black with #921000
Text Example
Text Example
White with #921000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921000; }
p { color: rgb(146,16,0); }
H1.HeaderClassName
{
color: #921000;
}
.AnyTagClassName
{
color: #921000;
}
</style>
background-color css
<style>
a { background-color: #921000; }
a { background-color: rgb(146,16,0); }
div.DivClassName
{
background-color: #921000;
}
.BgClassName
{
background-color: #921000;
}
</style>
border-color css
<style>
span { border-color: #921000; }
span { border-color: rgb(146,16,0); }
td.TdClassName
{
border-color: #921000;
}
.TagClassName
{
border-color: #921000;
}
</style>