Shades of Disco #852C44
Tints of Disco #852C44
RGB
CMYK
RGB Variations
Color information
#852C44 (or 0x852C44) is known color: Disco. HEX triplet: 85, 2C and 44. RGB value is (133,44,68). Sum of RGB (Red+Green+Blue) = 133+44+68=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #852C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C44 is #7AD3BB. Grayscale: #494949. Windows color (decimal): -8049596 or 4467845. OLE color: 4467845.
HSL color Cylindrical-coordinate representation of color #852C44: hue angle of 343.82º 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 #852C44 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 68 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.48 |
| HSL | 343.82º | 0.5% | 0.35% | - |
| HSV(B) | 343.82º | 0.67% | 0.52% | - |
| XYZ | 11.62 | 7.21 | 6.25 | - |
| YUV | 73.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 68 | 0 | 0.67 | 0.49 | 0.48 | 343.82 | 0.5 | 0.35 |
| Hex | 85 | 2C | 44 | 0 | 43 | 31 | 30 | 158 | 32 | 23 |
| Octal | 205 | 54 | 104 | 0 | 103 | 61 | 60 | 530 | 62 | 43 |
| Binary | 10000101 | 101100 | 1000100 | 0 | 1000011 | 110001 | 110000 | 101011000 | 110010 | 100011 |
Color Harmonies of #852C44
Complementary color
Monochromatic Colors of #852C44
Black with #852C44
Text Example
Text Example
White with #852C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C44; }
p { color: rgb(133,44,68); }
H1.HeaderClassName
{
color: #852C44;
}
.AnyTagClassName
{
color: #852C44;
}
</style>
background-color css
<style>
a { background-color: #852C44; }
a { background-color: rgb(133,44,68); }
div.DivClassName
{
background-color: #852C44;
}
.BgClassName
{
background-color: #852C44;
}
</style>
border-color css
<style>
span { border-color: #852C44; }
span { border-color: rgb(133,44,68); }
td.TdClassName
{
border-color: #852C44;
}
.TagClassName
{
border-color: #852C44;
}
</style>