Shades of Disco #85224B
Tints of Disco #85224B
RGB
CMYK
RGB Variations
Color information
#85224B (or 0x85224B) is known color: Disco. HEX triplet: 85, 22 and 4B. RGB value is (133,34,75). Sum of RGB (Red+Green+Blue) = 133+34+75=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #85224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85224B is #7ADDB4. Grayscale: #444444. Windows color (decimal): -8052149 or 4924037. OLE color: 4924037.
HSL color Cylindrical-coordinate representation of color #85224B: hue angle of 335.15º 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 #85224B is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 75 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.48 |
| HSL | 335.15º | 0.59% | 0.33% | - |
| HSV(B) | 335.15º | 0.74% | 0.52% | - |
| XYZ | 11.51 | 6.64 | 7.33 | - |
| YUV | 68.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 75 | 0 | 0.74 | 0.44 | 0.48 | 335.15 | 0.59 | 0.33 |
| Hex | 85 | 22 | 4B | 0 | 4A | 2C | 30 | 14F | 3B | 21 |
| Octal | 205 | 42 | 113 | 0 | 112 | 54 | 60 | 517 | 73 | 41 |
| Binary | 10000101 | 100010 | 1001011 | 0 | 1001010 | 101100 | 110000 | 101001111 | 111011 | 100001 |
Color Harmonies of #85224B
Complementary color
Monochromatic Colors of #85224B
Black with #85224B
Text Example
Text Example
White with #85224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85224B; }
p { color: rgb(133,34,75); }
H1.HeaderClassName
{
color: #85224B;
}
.AnyTagClassName
{
color: #85224B;
}
</style>
background-color css
<style>
a { background-color: #85224B; }
a { background-color: rgb(133,34,75); }
div.DivClassName
{
background-color: #85224B;
}
.BgClassName
{
background-color: #85224B;
}
</style>
border-color css
<style>
span { border-color: #85224B; }
span { border-color: rgb(133,34,75); }
td.TdClassName
{
border-color: #85224B;
}
.TagClassName
{
border-color: #85224B;
}
</style>