Shades of Disco #892D4C
Tints of Disco #892D4C
RGB
CMYK
RGB Variations
Color information
#892D4C (or 0x892D4C) is known color: Disco. HEX triplet: 89, 2D and 4C. RGB value is (137,45,76). Sum of RGB (Red+Green+Blue) = 137+45+76=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #892D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D4C is #76D2B3. Grayscale: #4C4C4C. Windows color (decimal): -7787188 or 4992393. OLE color: 4992393.
HSL color Cylindrical-coordinate representation of color #892D4C: hue angle of 339.78º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D4C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 76 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.46 |
| HSL | 339.78º | 0.51% | 0.36% | - |
| HSV(B) | 339.78º | 0.67% | 0.54% | - |
| XYZ | 12.56 | 7.72 | 7.67 | - |
| YUV | 76.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 76 | 0 | 0.67 | 0.45 | 0.46 | 339.78 | 0.51 | 0.36 |
| Hex | 89 | 2D | 4C | 0 | 43 | 2D | 2E | 154 | 33 | 24 |
| Octal | 211 | 55 | 114 | 0 | 103 | 55 | 56 | 524 | 63 | 44 |
| Binary | 10001001 | 101101 | 1001100 | 0 | 1000011 | 101101 | 101110 | 101010100 | 110011 | 100100 |
Color Harmonies of #892D4C
Complementary color
Monochromatic Colors of #892D4C
Black with #892D4C
Text Example
Text Example
White with #892D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D4C; }
p { color: rgb(137,45,76); }
H1.HeaderClassName
{
color: #892D4C;
}
.AnyTagClassName
{
color: #892D4C;
}
</style>
background-color css
<style>
a { background-color: #892D4C; }
a { background-color: rgb(137,45,76); }
div.DivClassName
{
background-color: #892D4C;
}
.BgClassName
{
background-color: #892D4C;
}
</style>
border-color css
<style>
span { border-color: #892D4C; }
span { border-color: rgb(137,45,76); }
td.TdClassName
{
border-color: #892D4C;
}
.TagClassName
{
border-color: #892D4C;
}
</style>