Shades of Disco #892941
Tints of Disco #892941
RGB
CMYK
RGB Variations
Color information
#892941 (or 0x892941) is known color: Disco. HEX triplet: 89, 29 and 41. RGB value is (137,41,65). Sum of RGB (Red+Green+Blue) = 137+41+65=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #892941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892941 is #76D6BE. Grayscale: #484848. Windows color (decimal): -7788223 or 4270473. OLE color: 4270473.
HSL color Cylindrical-coordinate representation of color #892941: hue angle of 345º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #892941 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 65 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.46 |
| HSL | 345º | 0.54% | 0.35% | - |
| HSV(B) | 345º | 0.7% | 0.54% | - |
| XYZ | 12.06 | 7.29 | 5.77 | - |
| YUV | 72.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 65 | 0 | 0.70 | 0.53 | 0.46 | 345 | 0.54 | 0.35 |
| Hex | 89 | 29 | 41 | 0 | 46 | 35 | 2E | 159 | 36 | 23 |
| Octal | 211 | 51 | 101 | 0 | 106 | 65 | 56 | 531 | 66 | 43 |
| Binary | 10001001 | 101001 | 1000001 | 0 | 1000110 | 110101 | 101110 | 101011001 | 110110 | 100011 |
Color Harmonies of #892941
Complementary color
Monochromatic Colors of #892941
Black with #892941
Text Example
Text Example
White with #892941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892941; }
p { color: rgb(137,41,65); }
H1.HeaderClassName
{
color: #892941;
}
.AnyTagClassName
{
color: #892941;
}
</style>
background-color css
<style>
a { background-color: #892941; }
a { background-color: rgb(137,41,65); }
div.DivClassName
{
background-color: #892941;
}
.BgClassName
{
background-color: #892941;
}
</style>
border-color css
<style>
span { border-color: #892941; }
span { border-color: rgb(137,41,65); }
td.TdClassName
{
border-color: #892941;
}
.TagClassName
{
border-color: #892941;
}
</style>