Shades of Disco #852A4A
Tints of Disco #852A4A
RGB
CMYK
RGB Variations
Color information
#852A4A (or 0x852A4A) is known color: Disco. HEX triplet: 85, 2A and 4A. RGB value is (133,42,74). Sum of RGB (Red+Green+Blue) = 133+42+74=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #852A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A4A is #7AD5B5. Grayscale: #484848. Windows color (decimal): -8050102 or 4860549. OLE color: 4860549.
HSL color Cylindrical-coordinate representation of color #852A4A: hue angle of 338.9º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A4A is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 74 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.48 |
| HSL | 338.9º | 0.52% | 0.34% | - |
| HSV(B) | 338.9º | 0.68% | 0.52% | - |
| XYZ | 11.74 | 7.14 | 7.24 | - |
| YUV | 72.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 74 | 0 | 0.68 | 0.44 | 0.48 | 338.9 | 0.52 | 0.34 |
| Hex | 85 | 2A | 4A | 0 | 44 | 2C | 30 | 153 | 34 | 22 |
| Octal | 205 | 52 | 112 | 0 | 104 | 54 | 60 | 523 | 64 | 42 |
| Binary | 10000101 | 101010 | 1001010 | 0 | 1000100 | 101100 | 110000 | 101010011 | 110100 | 100010 |
Color Harmonies of #852A4A
Complementary color
Monochromatic Colors of #852A4A
Black with #852A4A
Text Example
Text Example
White with #852A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A4A; }
p { color: rgb(133,42,74); }
H1.HeaderClassName
{
color: #852A4A;
}
.AnyTagClassName
{
color: #852A4A;
}
</style>
background-color css
<style>
a { background-color: #852A4A; }
a { background-color: rgb(133,42,74); }
div.DivClassName
{
background-color: #852A4A;
}
.BgClassName
{
background-color: #852A4A;
}
</style>
border-color css
<style>
span { border-color: #852A4A; }
span { border-color: rgb(133,42,74); }
td.TdClassName
{
border-color: #852A4A;
}
.TagClassName
{
border-color: #852A4A;
}
</style>