Shades of Disco #85284F
Tints of Disco #85284F
RGB
CMYK
RGB Variations
Color information
#85284F (or 0x85284F) is known color: Disco. HEX triplet: 85, 28 and 4F. RGB value is (133,40,79). Sum of RGB (Red+Green+Blue) = 133+40+79=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #85284F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85284F is #7AD7B0. Grayscale: #484848. Windows color (decimal): -8050609 or 5187717. OLE color: 5187717.
HSL color Cylindrical-coordinate representation of color #85284F: hue angle of 334.84º 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 #85284F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 79 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.48 |
| HSL | 334.84º | 0.54% | 0.34% | - |
| HSV(B) | 334.84º | 0.7% | 0.52% | - |
| XYZ | 11.84 | 7.07 | 8.14 | - |
| YUV | 72.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 79 | 0 | 0.70 | 0.41 | 0.48 | 334.84 | 0.54 | 0.34 |
| Hex | 85 | 28 | 4F | 0 | 46 | 29 | 30 | 14F | 36 | 22 |
| Octal | 205 | 50 | 117 | 0 | 106 | 51 | 60 | 517 | 66 | 42 |
| Binary | 10000101 | 101000 | 1001111 | 0 | 1000110 | 101001 | 110000 | 101001111 | 110110 | 100010 |
Color Harmonies of #85284F
Complementary color
Monochromatic Colors of #85284F
Black with #85284F
Text Example
Text Example
White with #85284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85284F; }
p { color: rgb(133,40,79); }
H1.HeaderClassName
{
color: #85284F;
}
.AnyTagClassName
{
color: #85284F;
}
</style>
background-color css
<style>
a { background-color: #85284F; }
a { background-color: rgb(133,40,79); }
div.DivClassName
{
background-color: #85284F;
}
.BgClassName
{
background-color: #85284F;
}
</style>
border-color css
<style>
span { border-color: #85284F; }
span { border-color: rgb(133,40,79); }
td.TdClassName
{
border-color: #85284F;
}
.TagClassName
{
border-color: #85284F;
}
</style>