Shades of Disco #85294B
Tints of Disco #85294B
RGB
CMYK
RGB Variations
Color information
#85294B (or 0x85294B) is known color: Disco. HEX triplet: 85, 29 and 4B. RGB value is (133,41,75). Sum of RGB (Red+Green+Blue) = 133+41+75=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85294B is #7AD6B4. Grayscale: #484848. Windows color (decimal): -8050357 or 4925829. OLE color: 4925829.
HSL color Cylindrical-coordinate representation of color #85294B: hue angle of 337.83º 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 #85294B is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 75 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.48 |
| HSL | 337.83º | 0.53% | 0.34% | - |
| HSV(B) | 337.83º | 0.69% | 0.52% | - |
| XYZ | 11.74 | 7.08 | 7.4 | - |
| YUV | 72.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 75 | 0 | 0.69 | 0.44 | 0.48 | 337.83 | 0.53 | 0.34 |
| Hex | 85 | 29 | 4B | 0 | 45 | 2C | 30 | 152 | 35 | 22 |
| Octal | 205 | 51 | 113 | 0 | 105 | 54 | 60 | 522 | 65 | 42 |
| Binary | 10000101 | 101001 | 1001011 | 0 | 1000101 | 101100 | 110000 | 101010010 | 110101 | 100010 |
Color Harmonies of #85294B
Complementary color
Monochromatic Colors of #85294B
Black with #85294B
Text Example
Text Example
White with #85294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85294B; }
p { color: rgb(133,41,75); }
H1.HeaderClassName
{
color: #85294B;
}
.AnyTagClassName
{
color: #85294B;
}
</style>
background-color css
<style>
a { background-color: #85294B; }
a { background-color: rgb(133,41,75); }
div.DivClassName
{
background-color: #85294B;
}
.BgClassName
{
background-color: #85294B;
}
</style>
border-color css
<style>
span { border-color: #85294B; }
span { border-color: rgb(133,41,75); }
td.TdClassName
{
border-color: #85294B;
}
.TagClassName
{
border-color: #85294B;
}
</style>