Shades of Disco #920E3E
Tints of Disco #920E3E
RGB
CMYK
RGB Variations
Color information
#920E3E (or 0x920E3E) is known color: Disco. HEX triplet: 92, 0E and 3E. RGB value is (146,14,62). Sum of RGB (Red+Green+Blue) = 146+14+62=222 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.77% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 146 - color contains mainly: red. Hex color #920E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920E3E is #6DF1C1. Grayscale: #3A3A3A. Windows color (decimal): -7205314 or 4066962. OLE color: 4066962.
HSL color Cylindrical-coordinate representation of color #920E3E: hue angle of 338.18º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E3E is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 14 | 62 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.43 |
| HSL | 338.18º | 0.83% | 0.31% | - |
| HSV(B) | 338.18º | 0.9% | 0.57% | - |
| XYZ | 12.88 | 6.77 | 5.19 | - |
| YUV | 58.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 62 | 0 | 0.90 | 0.58 | 0.43 | 338.18 | 0.83 | 0.31 |
| Hex | 92 | E | 3E | 0 | 5A | 3A | 2B | 152 | 52 | 1F |
| Octal | 222 | 16 | 76 | 0 | 132 | 72 | 53 | 522 | 122 | 37 |
| Binary | 10010010 | 1110 | 111110 | 0 | 1011010 | 111010 | 101011 | 101010010 | 1010010 | 11111 |
Color Harmonies of #920E3E
Complementary color
Monochromatic Colors of #920E3E
Black with #920E3E
Text Example
Text Example
White with #920E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920E3E; }
p { color: rgb(146,14,62); }
H1.HeaderClassName
{
color: #920E3E;
}
.AnyTagClassName
{
color: #920E3E;
}
</style>
background-color css
<style>
a { background-color: #920E3E; }
a { background-color: rgb(146,14,62); }
div.DivClassName
{
background-color: #920E3E;
}
.BgClassName
{
background-color: #920E3E;
}
</style>
border-color css
<style>
span { border-color: #920E3E; }
span { border-color: rgb(146,14,62); }
td.TdClassName
{
border-color: #920E3E;
}
.TagClassName
{
border-color: #920E3E;
}
</style>