Shades of Disco #85284C
Tints of Disco #85284C
RGB
CMYK
RGB Variations
Color information
#85284C (or 0x85284C) is known color: Disco. HEX triplet: 85, 28 and 4C. RGB value is (133,40,76). Sum of RGB (Red+Green+Blue) = 133+40+76=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85284C is #7AD7B3. Grayscale: #474747. Windows color (decimal): -8050612 or 4991109. OLE color: 4991109.
HSL color Cylindrical-coordinate representation of color #85284C: hue angle of 336.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85284C is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 76 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.48 |
| HSL | 336.77º | 0.54% | 0.34% | - |
| HSV(B) | 336.77º | 0.7% | 0.52% | - |
| XYZ | 11.74 | 7.03 | 7.58 | - |
| YUV | 71.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 76 | 0 | 0.70 | 0.43 | 0.48 | 336.77 | 0.54 | 0.34 |
| Hex | 85 | 28 | 4C | 0 | 46 | 2B | 30 | 151 | 36 | 22 |
| Octal | 205 | 50 | 114 | 0 | 106 | 53 | 60 | 521 | 66 | 42 |
| Binary | 10000101 | 101000 | 1001100 | 0 | 1000110 | 101011 | 110000 | 101010001 | 110110 | 100010 |
Color Harmonies of #85284C
Complementary color
Monochromatic Colors of #85284C
Black with #85284C
Text Example
Text Example
White with #85284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85284C; }
p { color: rgb(133,40,76); }
H1.HeaderClassName
{
color: #85284C;
}
.AnyTagClassName
{
color: #85284C;
}
</style>
background-color css
<style>
a { background-color: #85284C; }
a { background-color: rgb(133,40,76); }
div.DivClassName
{
background-color: #85284C;
}
.BgClassName
{
background-color: #85284C;
}
</style>
border-color css
<style>
span { border-color: #85284C; }
span { border-color: rgb(133,40,76); }
td.TdClassName
{
border-color: #85284C;
}
.TagClassName
{
border-color: #85284C;
}
</style>