Shades of Disco #843752
Tints of Disco #843752
RGB
CMYK
RGB Variations
Color information
#843752 (or 0x843752) is known color: Disco. HEX triplet: 84, 37 and 52. RGB value is (132,55,82). Sum of RGB (Red+Green+Blue) = 132+55+82=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #843752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843752 is #7BC8AD. Grayscale: #515151. Windows color (decimal): -8112302 or 5388164. OLE color: 5388164.
HSL color Cylindrical-coordinate representation of color #843752: hue angle of 338.96º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843752 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 82 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.48 |
| HSL | 338.96º | 0.41% | 0.37% | - |
| HSV(B) | 338.96º | 0.58% | 0.52% | - |
| XYZ | 12.4 | 8.25 | 8.92 | - |
| YUV | 81.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 82 | 0 | 0.58 | 0.38 | 0.48 | 338.96 | 0.41 | 0.37 |
| Hex | 84 | 37 | 52 | 0 | 3A | 26 | 30 | 153 | 29 | 25 |
| Octal | 204 | 67 | 122 | 0 | 72 | 46 | 60 | 523 | 51 | 45 |
| Binary | 10000100 | 110111 | 1010010 | 0 | 111010 | 100110 | 110000 | 101010011 | 101001 | 100101 |
Color Harmonies of #843752
Complementary color
Monochromatic Colors of #843752
Black with #843752
Text Example
Text Example
White with #843752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843752; }
p { color: rgb(132,55,82); }
H1.HeaderClassName
{
color: #843752;
}
.AnyTagClassName
{
color: #843752;
}
</style>
background-color css
<style>
a { background-color: #843752; }
a { background-color: rgb(132,55,82); }
div.DivClassName
{
background-color: #843752;
}
.BgClassName
{
background-color: #843752;
}
</style>
border-color css
<style>
span { border-color: #843752; }
span { border-color: rgb(132,55,82); }
td.TdClassName
{
border-color: #843752;
}
.TagClassName
{
border-color: #843752;
}
</style>