Shades of Disco #883752
Tints of Disco #883752
RGB
CMYK
RGB Variations
Color information
#883752 (or 0x883752) is known color: Disco. HEX triplet: 88, 37 and 52. RGB value is (136,55,82). Sum of RGB (Red+Green+Blue) = 136+55+82=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #883752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883752 is #77C8AD. Grayscale: #525252. Windows color (decimal): -7850158 or 5388168. OLE color: 5388168.
HSL color Cylindrical-coordinate representation of color #883752: hue angle of 340º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883752 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 55 | 82 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.47 |
| HSL | 340º | 0.42% | 0.37% | - |
| HSV(B) | 340º | 0.6% | 0.53% | - |
| XYZ | 13.04 | 8.58 | 8.95 | - |
| YUV | 82.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 55 | 82 | 0 | 0.60 | 0.40 | 0.47 | 340 | 0.42 | 0.37 |
| Hex | 88 | 37 | 52 | 0 | 3C | 28 | 2F | 154 | 2A | 25 |
| Octal | 210 | 67 | 122 | 0 | 74 | 50 | 57 | 524 | 52 | 45 |
| Binary | 10001000 | 110111 | 1010010 | 0 | 111100 | 101000 | 101111 | 101010100 | 101010 | 100101 |
Color Harmonies of #883752
Complementary color
Monochromatic Colors of #883752
Black with #883752
Text Example
Text Example
White with #883752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883752; }
p { color: rgb(136,55,82); }
H1.HeaderClassName
{
color: #883752;
}
.AnyTagClassName
{
color: #883752;
}
</style>
background-color css
<style>
a { background-color: #883752; }
a { background-color: rgb(136,55,82); }
div.DivClassName
{
background-color: #883752;
}
.BgClassName
{
background-color: #883752;
}
</style>
border-color css
<style>
span { border-color: #883752; }
span { border-color: rgb(136,55,82); }
td.TdClassName
{
border-color: #883752;
}
.TagClassName
{
border-color: #883752;
}
</style>