Shades of Disco #852644
Tints of Disco #852644
RGB
CMYK
RGB Variations
Color information
#852644 (or 0x852644) is known color: Disco. HEX triplet: 85, 26 and 44. RGB value is (133,38,68). Sum of RGB (Red+Green+Blue) = 133+38+68=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852644 is #7AD9BB. Grayscale: #454545. Windows color (decimal): -8051132 or 4466309. OLE color: 4466309.
HSL color Cylindrical-coordinate representation of color #852644: hue angle of 341.05º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852644 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 68 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.48 |
| HSL | 341.05º | 0.56% | 0.34% | - |
| HSV(B) | 341.05º | 0.71% | 0.52% | - |
| XYZ | 11.41 | 6.79 | 6.18 | - |
| YUV | 69.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 68 | 0 | 0.71 | 0.49 | 0.48 | 341.05 | 0.56 | 0.34 |
| Hex | 85 | 26 | 44 | 0 | 47 | 31 | 30 | 155 | 38 | 22 |
| Octal | 205 | 46 | 104 | 0 | 107 | 61 | 60 | 525 | 70 | 42 |
| Binary | 10000101 | 100110 | 1000100 | 0 | 1000111 | 110001 | 110000 | 101010101 | 111000 | 100010 |
Color Harmonies of #852644
Complementary color
Monochromatic Colors of #852644
Black with #852644
Text Example
Text Example
White with #852644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852644; }
p { color: rgb(133,38,68); }
H1.HeaderClassName
{
color: #852644;
}
.AnyTagClassName
{
color: #852644;
}
</style>
background-color css
<style>
a { background-color: #852644; }
a { background-color: rgb(133,38,68); }
div.DivClassName
{
background-color: #852644;
}
.BgClassName
{
background-color: #852644;
}
</style>
border-color css
<style>
span { border-color: #852644; }
span { border-color: rgb(133,38,68); }
td.TdClassName
{
border-color: #852644;
}
.TagClassName
{
border-color: #852644;
}
</style>