Shades of Disco #85294C
Tints of Disco #85294C
RGB
CMYK
RGB Variations
Color information
#85294C (or 0x85294C) is known color: Disco. HEX triplet: 85, 29 and 4C. RGB value is (133,41,76). Sum of RGB (Red+Green+Blue) = 133+41+76=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85294C is #7AD6B3. Grayscale: #484848. Windows color (decimal): -8050356 or 4991365. OLE color: 4991365.
HSL color Cylindrical-coordinate representation of color #85294C: hue angle of 337.17º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85294C is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 76 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.48 |
| HSL | 337.17º | 0.53% | 0.34% | - |
| HSV(B) | 337.17º | 0.69% | 0.52% | - |
| XYZ | 11.77 | 7.09 | 7.59 | - |
| YUV | 72.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 76 | 0 | 0.69 | 0.43 | 0.48 | 337.17 | 0.53 | 0.34 |
| Hex | 85 | 29 | 4C | 0 | 45 | 2B | 30 | 151 | 35 | 22 |
| Octal | 205 | 51 | 114 | 0 | 105 | 53 | 60 | 521 | 65 | 42 |
| Binary | 10000101 | 101001 | 1001100 | 0 | 1000101 | 101011 | 110000 | 101010001 | 110101 | 100010 |
Color Harmonies of #85294C
Complementary color
Monochromatic Colors of #85294C
Black with #85294C
Text Example
Text Example
White with #85294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85294C; }
p { color: rgb(133,41,76); }
H1.HeaderClassName
{
color: #85294C;
}
.AnyTagClassName
{
color: #85294C;
}
</style>
background-color css
<style>
a { background-color: #85294C; }
a { background-color: rgb(133,41,76); }
div.DivClassName
{
background-color: #85294C;
}
.BgClassName
{
background-color: #85294C;
}
</style>
border-color css
<style>
span { border-color: #85294C; }
span { border-color: rgb(133,41,76); }
td.TdClassName
{
border-color: #85294C;
}
.TagClassName
{
border-color: #85294C;
}
</style>