Shades of Disco #85204C
Tints of Disco #85204C
RGB
CMYK
RGB Variations
Color information
#85204C (or 0x85204C) is known color: Disco. HEX triplet: 85, 20 and 4C. RGB value is (133,32,76). Sum of RGB (Red+Green+Blue) = 133+32+76=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85204C is #7ADFB3. Grayscale: #434343. Windows color (decimal): -8052660 or 4989061. OLE color: 4989061.
HSL color Cylindrical-coordinate representation of color #85204C: hue angle of 333.86º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85204C is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 76 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.48 |
| HSL | 333.86º | 0.61% | 0.32% | - |
| HSV(B) | 333.86º | 0.76% | 0.52% | - |
| XYZ | 11.49 | 6.54 | 7.49 | - |
| YUV | 67.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 76 | 0 | 0.76 | 0.43 | 0.48 | 333.86 | 0.61 | 0.32 |
| Hex | 85 | 20 | 4C | 0 | 4C | 2B | 30 | 14E | 3D | 20 |
| Octal | 205 | 40 | 114 | 0 | 114 | 53 | 60 | 516 | 75 | 40 |
| Binary | 10000101 | 100000 | 1001100 | 0 | 1001100 | 101011 | 110000 | 101001110 | 111101 | 100000 |
Color Harmonies of #85204C
Complementary color
Monochromatic Colors of #85204C
Black with #85204C
Text Example
Text Example
White with #85204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85204C; }
p { color: rgb(133,32,76); }
H1.HeaderClassName
{
color: #85204C;
}
.AnyTagClassName
{
color: #85204C;
}
</style>
background-color css
<style>
a { background-color: #85204C; }
a { background-color: rgb(133,32,76); }
div.DivClassName
{
background-color: #85204C;
}
.BgClassName
{
background-color: #85204C;
}
</style>
border-color css
<style>
span { border-color: #85204C; }
span { border-color: rgb(133,32,76); }
td.TdClassName
{
border-color: #85204C;
}
.TagClassName
{
border-color: #85204C;
}
</style>