Shades of Disco #891242
Tints of Disco #891242
RGB
CMYK
RGB Variations
Color information
#891242 (or 0x891242) is known color: Disco. HEX triplet: 89, 12 and 42. RGB value is (137,18,66). Sum of RGB (Red+Green+Blue) = 137+18+66=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #891242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891242 is #76EDBD. Grayscale: #3A3A3A. Windows color (decimal): -7794110 or 4330121. OLE color: 4330121.
HSL color Cylindrical-coordinate representation of color #891242: hue angle of 335.8º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891242 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 66 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.46 |
| HSL | 335.8º | 0.77% | 0.3% | - |
| HSV(B) | 335.8º | 0.87% | 0.54% | - |
| XYZ | 11.52 | 6.14 | 5.73 | - |
| YUV | 59.05 | 131.92 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 66 | 0 | 0.87 | 0.52 | 0.46 | 335.8 | 0.77 | 0.3 |
| Hex | 89 | 12 | 42 | 0 | 57 | 34 | 2E | 150 | 4D | 1E |
| Octal | 211 | 22 | 102 | 0 | 127 | 64 | 56 | 520 | 115 | 36 |
| Binary | 10001001 | 10010 | 1000010 | 0 | 1010111 | 110100 | 101110 | 101010000 | 1001101 | 11110 |
Color Harmonies of #891242
Complementary color
Monochromatic Colors of #891242
Black with #891242
Text Example
Text Example
White with #891242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891242; }
p { color: rgb(137,18,66); }
H1.HeaderClassName
{
color: #891242;
}
.AnyTagClassName
{
color: #891242;
}
</style>
background-color css
<style>
a { background-color: #891242; }
a { background-color: rgb(137,18,66); }
div.DivClassName
{
background-color: #891242;
}
.BgClassName
{
background-color: #891242;
}
</style>
border-color css
<style>
span { border-color: #891242; }
span { border-color: rgb(137,18,66); }
td.TdClassName
{
border-color: #891242;
}
.TagClassName
{
border-color: #891242;
}
</style>