Shades of Disco #852949
Tints of Disco #852949
RGB
CMYK
RGB Variations
Color information
#852949 (or 0x852949) is known color: Disco. HEX triplet: 85, 29 and 49. RGB value is (133,41,73). Sum of RGB (Red+Green+Blue) = 133+41+73=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #852949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852949 is #7AD6B6. Grayscale: #484848. Windows color (decimal): -8050359 or 4794757. OLE color: 4794757.
HSL color Cylindrical-coordinate representation of color #852949: hue angle of 339.13º 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 #852949 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 73 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.48 |
| HSL | 339.13º | 0.53% | 0.34% | - |
| HSV(B) | 339.13º | 0.69% | 0.52% | - |
| XYZ | 11.67 | 7.05 | 7.05 | - |
| YUV | 72.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 73 | 0 | 0.69 | 0.45 | 0.48 | 339.13 | 0.53 | 0.34 |
| Hex | 85 | 29 | 49 | 0 | 45 | 2D | 30 | 153 | 35 | 22 |
| Octal | 205 | 51 | 111 | 0 | 105 | 55 | 60 | 523 | 65 | 42 |
| Binary | 10000101 | 101001 | 1001001 | 0 | 1000101 | 101101 | 110000 | 101010011 | 110101 | 100010 |
Color Harmonies of #852949
Complementary color
Monochromatic Colors of #852949
Black with #852949
Text Example
Text Example
White with #852949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852949; }
p { color: rgb(133,41,73); }
H1.HeaderClassName
{
color: #852949;
}
.AnyTagClassName
{
color: #852949;
}
</style>
background-color css
<style>
a { background-color: #852949; }
a { background-color: rgb(133,41,73); }
div.DivClassName
{
background-color: #852949;
}
.BgClassName
{
background-color: #852949;
}
</style>
border-color css
<style>
span { border-color: #852949; }
span { border-color: rgb(133,41,73); }
td.TdClassName
{
border-color: #852949;
}
.TagClassName
{
border-color: #852949;
}
</style>