Shades of Disco #852C45
Tints of Disco #852C45
RGB
CMYK
RGB Variations
Color information
#852C45 (or 0x852C45) is known color: Disco. HEX triplet: 85, 2C and 45. RGB value is (133,44,69). Sum of RGB (Red+Green+Blue) = 133+44+69=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #852C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C45 is #7AD3BA. Grayscale: #494949. Windows color (decimal): -8049595 or 4533381. OLE color: 4533381.
HSL color Cylindrical-coordinate representation of color #852C45: hue angle of 343.15º 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 #852C45 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 69 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.48 |
| HSL | 343.15º | 0.5% | 0.35% | - |
| HSV(B) | 343.15º | 0.67% | 0.52% | - |
| XYZ | 11.65 | 7.22 | 6.41 | - |
| YUV | 73.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 69 | 0 | 0.67 | 0.48 | 0.48 | 343.15 | 0.5 | 0.35 |
| Hex | 85 | 2C | 45 | 0 | 43 | 30 | 30 | 157 | 32 | 23 |
| Octal | 205 | 54 | 105 | 0 | 103 | 60 | 60 | 527 | 62 | 43 |
| Binary | 10000101 | 101100 | 1000101 | 0 | 1000011 | 110000 | 110000 | 101010111 | 110010 | 100011 |
Color Harmonies of #852C45
Complementary color
Monochromatic Colors of #852C45
Black with #852C45
Text Example
Text Example
White with #852C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C45; }
p { color: rgb(133,44,69); }
H1.HeaderClassName
{
color: #852C45;
}
.AnyTagClassName
{
color: #852C45;
}
</style>
background-color css
<style>
a { background-color: #852C45; }
a { background-color: rgb(133,44,69); }
div.DivClassName
{
background-color: #852C45;
}
.BgClassName
{
background-color: #852C45;
}
</style>
border-color css
<style>
span { border-color: #852C45; }
span { border-color: rgb(133,44,69); }
td.TdClassName
{
border-color: #852C45;
}
.TagClassName
{
border-color: #852C45;
}
</style>