Shades of Disco #892C43
Tints of Disco #892C43
RGB
CMYK
RGB Variations
Color information
#892C43 (or 0x892C43) is known color: Disco. HEX triplet: 89, 2C and 43. RGB value is (137,44,67). Sum of RGB (Red+Green+Blue) = 137+44+67=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #892C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892C43 is #76D3BC. Grayscale: #4A4A4A. Windows color (decimal): -7787453 or 4402313. OLE color: 4402313.
HSL color Cylindrical-coordinate representation of color #892C43: hue angle of 345.16º 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 #892C43 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 67 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.46 |
| HSL | 345.16º | 0.51% | 0.35% | - |
| HSV(B) | 345.16º | 0.68% | 0.54% | - |
| XYZ | 12.23 | 7.52 | 6.12 | - |
| YUV | 74.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 67 | 0 | 0.68 | 0.51 | 0.46 | 345.16 | 0.51 | 0.35 |
| Hex | 89 | 2C | 43 | 0 | 44 | 33 | 2E | 159 | 33 | 23 |
| Octal | 211 | 54 | 103 | 0 | 104 | 63 | 56 | 531 | 63 | 43 |
| Binary | 10001001 | 101100 | 1000011 | 0 | 1000100 | 110011 | 101110 | 101011001 | 110011 | 100011 |
Color Harmonies of #892C43
Complementary color
Monochromatic Colors of #892C43
Black with #892C43
Text Example
Text Example
White with #892C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C43; }
p { color: rgb(137,44,67); }
H1.HeaderClassName
{
color: #892C43;
}
.AnyTagClassName
{
color: #892C43;
}
</style>
background-color css
<style>
a { background-color: #892C43; }
a { background-color: rgb(137,44,67); }
div.DivClassName
{
background-color: #892C43;
}
.BgClassName
{
background-color: #892C43;
}
</style>
border-color css
<style>
span { border-color: #892C43; }
span { border-color: rgb(137,44,67); }
td.TdClassName
{
border-color: #892C43;
}
.TagClassName
{
border-color: #892C43;
}
</style>