Shades of Disco #85294F
Tints of Disco #85294F
RGB
CMYK
RGB Variations
Color information
#85294F (or 0x85294F) is known color: Disco. HEX triplet: 85, 29 and 4F. RGB value is (133,41,79). Sum of RGB (Red+Green+Blue) = 133+41+79=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #85294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85294F is #7AD6B0. Grayscale: #484848. Windows color (decimal): -8050353 or 5187973. OLE color: 5187973.
HSL color Cylindrical-coordinate representation of color #85294F: hue angle of 335.22º 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 #85294F is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 79 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.48 |
| HSL | 335.22º | 0.53% | 0.34% | - |
| HSV(B) | 335.22º | 0.69% | 0.52% | - |
| XYZ | 11.88 | 7.14 | 8.15 | - |
| YUV | 72.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 79 | 0 | 0.69 | 0.41 | 0.48 | 335.22 | 0.53 | 0.34 |
| Hex | 85 | 29 | 4F | 0 | 45 | 29 | 30 | 14F | 35 | 22 |
| Octal | 205 | 51 | 117 | 0 | 105 | 51 | 60 | 517 | 65 | 42 |
| Binary | 10000101 | 101001 | 1001111 | 0 | 1000101 | 101001 | 110000 | 101001111 | 110101 | 100010 |
Color Harmonies of #85294F
Complementary color
Monochromatic Colors of #85294F
Black with #85294F
Text Example
Text Example
White with #85294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85294F; }
p { color: rgb(133,41,79); }
H1.HeaderClassName
{
color: #85294F;
}
.AnyTagClassName
{
color: #85294F;
}
</style>
background-color css
<style>
a { background-color: #85294F; }
a { background-color: rgb(133,41,79); }
div.DivClassName
{
background-color: #85294F;
}
.BgClassName
{
background-color: #85294F;
}
</style>
border-color css
<style>
span { border-color: #85294F; }
span { border-color: rgb(133,41,79); }
td.TdClassName
{
border-color: #85294F;
}
.TagClassName
{
border-color: #85294F;
}
</style>