Shades of Disco #892C48
Tints of Disco #892C48
RGB
CMYK
RGB Variations
Color information
#892C48 (or 0x892C48) is known color: Disco. HEX triplet: 89, 2C and 48. RGB value is (137,44,72). Sum of RGB (Red+Green+Blue) = 137+44+72=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #892C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892C48 is #76D3B7. Grayscale: #4A4A4A. Windows color (decimal): -7787448 or 4729993. OLE color: 4729993.
HSL color Cylindrical-coordinate representation of color #892C48: hue angle of 341.94º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #892C48 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 72 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.46 |
| HSL | 341.94º | 0.51% | 0.35% | - |
| HSV(B) | 341.94º | 0.68% | 0.54% | - |
| XYZ | 12.39 | 7.59 | 6.94 | - |
| YUV | 75 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 72 | 0 | 0.68 | 0.47 | 0.46 | 341.94 | 0.51 | 0.35 |
| Hex | 89 | 2C | 48 | 0 | 44 | 2F | 2E | 156 | 33 | 23 |
| Octal | 211 | 54 | 110 | 0 | 104 | 57 | 56 | 526 | 63 | 43 |
| Binary | 10001001 | 101100 | 1001000 | 0 | 1000100 | 101111 | 101110 | 101010110 | 110011 | 100011 |
Color Harmonies of #892C48
Complementary color
Monochromatic Colors of #892C48
Black with #892C48
Text Example
Text Example
White with #892C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C48; }
p { color: rgb(137,44,72); }
H1.HeaderClassName
{
color: #892C48;
}
.AnyTagClassName
{
color: #892C48;
}
</style>
background-color css
<style>
a { background-color: #892C48; }
a { background-color: rgb(137,44,72); }
div.DivClassName
{
background-color: #892C48;
}
.BgClassName
{
background-color: #892C48;
}
</style>
border-color css
<style>
span { border-color: #892C48; }
span { border-color: rgb(137,44,72); }
td.TdClassName
{
border-color: #892C48;
}
.TagClassName
{
border-color: #892C48;
}
</style>