Shades of Dark Red #920706
Tints of Dark Red #920706
RGB
CMYK
RGB Variations
Color information
#920706 (or 0x920706) is known color: Dark Red. HEX triplet: 92, 07 and 06. RGB value is (146,7,6). Sum of RGB (Red+Green+Blue) = 146+7+6=159 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.82% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 146 - color contains mainly: red. Hex color #920706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920706 is #6DF8F9. Grayscale: #303030. Windows color (decimal): -7207162 or 395154. OLE color: 395154.
HSL color Cylindrical-coordinate representation of color #920706: hue angle of 0.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #920706 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 7 | 6 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.43 |
| HSL | 0.43º | 0.92% | 0.3% | - |
| HSV(B) | 0.43º | 0.96% | 0.57% | - |
| XYZ | 11.96 | 6.28 | 0.75 | - |
| YUV | 48.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 6 | 0 | 0.95 | 0.96 | 0.43 | 0.43 | 0.92 | 0.3 |
| Hex | 92 | 7 | 6 | 0 | 5F | 60 | 2B | 0 | 5C | 1E |
| Octal | 222 | 7 | 6 | 0 | 137 | 140 | 53 | 0 | 134 | 36 |
| Binary | 10010010 | 111 | 110 | 0 | 1011111 | 1100000 | 101011 | 0 | 1011100 | 11110 |
Color Harmonies of #920706
Complementary color
Monochromatic Colors of #920706
Black with #920706
Text Example
Text Example
White with #920706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920706; }
p { color: rgb(146,7,6); }
H1.HeaderClassName
{
color: #920706;
}
.AnyTagClassName
{
color: #920706;
}
</style>
background-color css
<style>
a { background-color: #920706; }
a { background-color: rgb(146,7,6); }
div.DivClassName
{
background-color: #920706;
}
.BgClassName
{
background-color: #920706;
}
</style>
border-color css
<style>
span { border-color: #920706; }
span { border-color: rgb(146,7,6); }
td.TdClassName
{
border-color: #920706;
}
.TagClassName
{
border-color: #920706;
}
</style>