Shades of Disco #852C50
Tints of Disco #852C50
RGB
CMYK
RGB Variations
Color information
#852C50 (or 0x852C50) is known color: Disco. HEX triplet: 85, 2C and 50. RGB value is (133,44,80). Sum of RGB (Red+Green+Blue) = 133+44+80=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #852C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C50 is #7AD3AF. Grayscale: #4A4A4A. Windows color (decimal): -8049584 or 5254277. OLE color: 5254277.
HSL color Cylindrical-coordinate representation of color #852C50: hue angle of 335.73º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C50 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 80 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.48 |
| HSL | 335.73º | 0.5% | 0.35% | - |
| HSV(B) | 335.73º | 0.67% | 0.52% | - |
| XYZ | 12.02 | 7.37 | 8.38 | - |
| YUV | 74.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 80 | 0 | 0.67 | 0.40 | 0.48 | 335.73 | 0.5 | 0.35 |
| Hex | 85 | 2C | 50 | 0 | 43 | 28 | 30 | 150 | 32 | 23 |
| Octal | 205 | 54 | 120 | 0 | 103 | 50 | 60 | 520 | 62 | 43 |
| Binary | 10000101 | 101100 | 1010000 | 0 | 1000011 | 101000 | 110000 | 101010000 | 110010 | 100011 |
Color Harmonies of #852C50
Complementary color
Monochromatic Colors of #852C50
Black with #852C50
Text Example
Text Example
White with #852C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C50; }
p { color: rgb(133,44,80); }
H1.HeaderClassName
{
color: #852C50;
}
.AnyTagClassName
{
color: #852C50;
}
</style>
background-color css
<style>
a { background-color: #852C50; }
a { background-color: rgb(133,44,80); }
div.DivClassName
{
background-color: #852C50;
}
.BgClassName
{
background-color: #852C50;
}
</style>
border-color css
<style>
span { border-color: #852C50; }
span { border-color: rgb(133,44,80); }
td.TdClassName
{
border-color: #852C50;
}
.TagClassName
{
border-color: #852C50;
}
</style>