Shades of Disco #852A45
Tints of Disco #852A45
RGB
CMYK
RGB Variations
Color information
#852A45 (or 0x852A45) is known color: Disco. HEX triplet: 85, 2A and 45. RGB value is (133,42,69). Sum of RGB (Red+Green+Blue) = 133+42+69=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #852A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A45 is #7AD5BA. Grayscale: #484848. Windows color (decimal): -8050107 or 4532869. OLE color: 4532869.
HSL color Cylindrical-coordinate representation of color #852A45: hue angle of 342.2º 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 #852A45 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 69 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.48 |
| HSL | 342.2º | 0.52% | 0.34% | - |
| HSV(B) | 342.2º | 0.68% | 0.52% | - |
| XYZ | 11.58 | 7.07 | 6.39 | - |
| YUV | 72.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 69 | 0 | 0.68 | 0.48 | 0.48 | 342.2 | 0.52 | 0.34 |
| Hex | 85 | 2A | 45 | 0 | 44 | 30 | 30 | 156 | 34 | 22 |
| Octal | 205 | 52 | 105 | 0 | 104 | 60 | 60 | 526 | 64 | 42 |
| Binary | 10000101 | 101010 | 1000101 | 0 | 1000100 | 110000 | 110000 | 101010110 | 110100 | 100010 |
Color Harmonies of #852A45
Complementary color
Monochromatic Colors of #852A45
Black with #852A45
Text Example
Text Example
White with #852A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A45; }
p { color: rgb(133,42,69); }
H1.HeaderClassName
{
color: #852A45;
}
.AnyTagClassName
{
color: #852A45;
}
</style>
background-color css
<style>
a { background-color: #852A45; }
a { background-color: rgb(133,42,69); }
div.DivClassName
{
background-color: #852A45;
}
.BgClassName
{
background-color: #852A45;
}
</style>
border-color css
<style>
span { border-color: #852A45; }
span { border-color: rgb(133,42,69); }
td.TdClassName
{
border-color: #852A45;
}
.TagClassName
{
border-color: #852A45;
}
</style>