Shades of Disco #85224A
Tints of Disco #85224A
RGB
CMYK
RGB Variations
Color information
#85224A (or 0x85224A) is known color: Disco. HEX triplet: 85, 22 and 4A. RGB value is (133,34,74). Sum of RGB (Red+Green+Blue) = 133+34+74=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85224A is #7ADDB5. Grayscale: #444444. Windows color (decimal): -8052150 or 4858501. OLE color: 4858501.
HSL color Cylindrical-coordinate representation of color #85224A: hue angle of 335.76º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85224A is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 74 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.48 |
| HSL | 335.76º | 0.59% | 0.33% | - |
| HSV(B) | 335.76º | 0.74% | 0.52% | - |
| XYZ | 11.48 | 6.63 | 7.15 | - |
| YUV | 68.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 74 | 0 | 0.74 | 0.44 | 0.48 | 335.76 | 0.59 | 0.33 |
| Hex | 85 | 22 | 4A | 0 | 4A | 2C | 30 | 150 | 3B | 21 |
| Octal | 205 | 42 | 112 | 0 | 112 | 54 | 60 | 520 | 73 | 41 |
| Binary | 10000101 | 100010 | 1001010 | 0 | 1001010 | 101100 | 110000 | 101010000 | 111011 | 100001 |
Color Harmonies of #85224A
Complementary color
Monochromatic Colors of #85224A
Black with #85224A
Text Example
Text Example
White with #85224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85224A; }
p { color: rgb(133,34,74); }
H1.HeaderClassName
{
color: #85224A;
}
.AnyTagClassName
{
color: #85224A;
}
</style>
background-color css
<style>
a { background-color: #85224A; }
a { background-color: rgb(133,34,74); }
div.DivClassName
{
background-color: #85224A;
}
.BgClassName
{
background-color: #85224A;
}
</style>
border-color css
<style>
span { border-color: #85224A; }
span { border-color: rgb(133,34,74); }
td.TdClassName
{
border-color: #85224A;
}
.TagClassName
{
border-color: #85224A;
}
</style>