Shades of Disco #852D45
Tints of Disco #852D45
RGB
CMYK
RGB Variations
Color information
#852D45 (or 0x852D45) is known color: Disco. HEX triplet: 85, 2D and 45. RGB value is (133,45,69). Sum of RGB (Red+Green+Blue) = 133+45+69=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #852D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D45 is #7AD2BA. Grayscale: #4A4A4A. Windows color (decimal): -8049339 or 4533637. OLE color: 4533637.
HSL color Cylindrical-coordinate representation of color #852D45: hue angle of 343.64º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D45 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 69 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.48 |
| HSL | 343.64º | 0.49% | 0.35% | - |
| HSV(B) | 343.64º | 0.66% | 0.52% | - |
| XYZ | 11.69 | 7.29 | 6.42 | - |
| YUV | 74.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 69 | 0 | 0.66 | 0.48 | 0.48 | 343.64 | 0.49 | 0.35 |
| Hex | 85 | 2D | 45 | 0 | 42 | 30 | 30 | 158 | 31 | 23 |
| Octal | 205 | 55 | 105 | 0 | 102 | 60 | 60 | 530 | 61 | 43 |
| Binary | 10000101 | 101101 | 1000101 | 0 | 1000010 | 110000 | 110000 | 101011000 | 110001 | 100011 |
Color Harmonies of #852D45
Complementary color
Monochromatic Colors of #852D45
Black with #852D45
Text Example
Text Example
White with #852D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D45; }
p { color: rgb(133,45,69); }
H1.HeaderClassName
{
color: #852D45;
}
.AnyTagClassName
{
color: #852D45;
}
</style>
background-color css
<style>
a { background-color: #852D45; }
a { background-color: rgb(133,45,69); }
div.DivClassName
{
background-color: #852D45;
}
.BgClassName
{
background-color: #852D45;
}
</style>
border-color css
<style>
span { border-color: #852D45; }
span { border-color: rgb(133,45,69); }
td.TdClassName
{
border-color: #852D45;
}
.TagClassName
{
border-color: #852D45;
}
</style>