Shades of Disco #852243
Tints of Disco #852243
RGB
CMYK
RGB Variations
Color information
#852243 (or 0x852243) is known color: Disco. HEX triplet: 85, 22 and 43. RGB value is (133,34,67). Sum of RGB (Red+Green+Blue) = 133+34+67=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #852243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852243 is #7ADDBC. Grayscale: #434343. Windows color (decimal): -8052157 or 4399749. OLE color: 4399749.
HSL color Cylindrical-coordinate representation of color #852243: hue angle of 340º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852243 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 67 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.48 |
| HSL | 340º | 0.59% | 0.33% | - |
| HSV(B) | 340º | 0.74% | 0.52% | - |
| XYZ | 11.26 | 6.54 | 5.98 | - |
| YUV | 67.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 67 | 0 | 0.74 | 0.50 | 0.48 | 340 | 0.59 | 0.33 |
| Hex | 85 | 22 | 43 | 0 | 4A | 32 | 30 | 154 | 3B | 21 |
| Octal | 205 | 42 | 103 | 0 | 112 | 62 | 60 | 524 | 73 | 41 |
| Binary | 10000101 | 100010 | 1000011 | 0 | 1001010 | 110010 | 110000 | 101010100 | 111011 | 100001 |
Color Harmonies of #852243
Complementary color
Monochromatic Colors of #852243
Black with #852243
Text Example
Text Example
White with #852243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852243; }
p { color: rgb(133,34,67); }
H1.HeaderClassName
{
color: #852243;
}
.AnyTagClassName
{
color: #852243;
}
</style>
background-color css
<style>
a { background-color: #852243; }
a { background-color: rgb(133,34,67); }
div.DivClassName
{
background-color: #852243;
}
.BgClassName
{
background-color: #852243;
}
</style>
border-color css
<style>
span { border-color: #852243; }
span { border-color: rgb(133,34,67); }
td.TdClassName
{
border-color: #852243;
}
.TagClassName
{
border-color: #852243;
}
</style>