Shades of Disco #892D4F
Tints of Disco #892D4F
RGB
CMYK
RGB Variations
Color information
#892D4F (or 0x892D4F) is known color: Disco. HEX triplet: 89, 2D and 4F. RGB value is (137,45,79). Sum of RGB (Red+Green+Blue) = 137+45+79=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #892D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D4F is #76D2B0. Grayscale: #4C4C4C. Windows color (decimal): -7787185 or 5189001. OLE color: 5189001.
HSL color Cylindrical-coordinate representation of color #892D4F: hue angle of 337.83º 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 #892D4F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 79 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.46 |
| HSL | 337.83º | 0.51% | 0.36% | - |
| HSV(B) | 337.83º | 0.67% | 0.54% | - |
| XYZ | 12.67 | 7.76 | 8.23 | - |
| YUV | 76.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 79 | 0 | 0.67 | 0.42 | 0.46 | 337.83 | 0.51 | 0.36 |
| Hex | 89 | 2D | 4F | 0 | 43 | 2A | 2E | 152 | 33 | 24 |
| Octal | 211 | 55 | 117 | 0 | 103 | 52 | 56 | 522 | 63 | 44 |
| Binary | 10001001 | 101101 | 1001111 | 0 | 1000011 | 101010 | 101110 | 101010010 | 110011 | 100100 |
Color Harmonies of #892D4F
Complementary color
Monochromatic Colors of #892D4F
Black with #892D4F
Text Example
Text Example
White with #892D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D4F; }
p { color: rgb(137,45,79); }
H1.HeaderClassName
{
color: #892D4F;
}
.AnyTagClassName
{
color: #892D4F;
}
</style>
background-color css
<style>
a { background-color: #892D4F; }
a { background-color: rgb(137,45,79); }
div.DivClassName
{
background-color: #892D4F;
}
.BgClassName
{
background-color: #892D4F;
}
</style>
border-color css
<style>
span { border-color: #892D4F; }
span { border-color: rgb(137,45,79); }
td.TdClassName
{
border-color: #892D4F;
}
.TagClassName
{
border-color: #892D4F;
}
</style>