Shades of Disco #882648
Tints of Disco #882648
RGB
CMYK
RGB Variations
Color information
#882648 (or 0x882648) is known color: Disco. HEX triplet: 88, 26 and 48. RGB value is (136,38,72). Sum of RGB (Red+Green+Blue) = 136+38+72=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #882648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882648 is #77D9B7. Grayscale: #474747. Windows color (decimal): -7854520 or 4728456. OLE color: 4728456.
HSL color Cylindrical-coordinate representation of color #882648: hue angle of 339.18º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882648 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 72 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.47 |
| HSL | 339.18º | 0.56% | 0.34% | - |
| HSV(B) | 339.18º | 0.72% | 0.53% | - |
| XYZ | 12.02 | 7.09 | 6.87 | - |
| YUV | 71.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 72 | 0 | 0.72 | 0.47 | 0.47 | 339.18 | 0.56 | 0.34 |
| Hex | 88 | 26 | 48 | 0 | 48 | 2F | 2F | 153 | 38 | 22 |
| Octal | 210 | 46 | 110 | 0 | 110 | 57 | 57 | 523 | 70 | 42 |
| Binary | 10001000 | 100110 | 1001000 | 0 | 1001000 | 101111 | 101111 | 101010011 | 111000 | 100010 |
Color Harmonies of #882648
Complementary color
Monochromatic Colors of #882648
Black with #882648
Text Example
Text Example
White with #882648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882648; }
p { color: rgb(136,38,72); }
H1.HeaderClassName
{
color: #882648;
}
.AnyTagClassName
{
color: #882648;
}
</style>
background-color css
<style>
a { background-color: #882648; }
a { background-color: rgb(136,38,72); }
div.DivClassName
{
background-color: #882648;
}
.BgClassName
{
background-color: #882648;
}
</style>
border-color css
<style>
span { border-color: #882648; }
span { border-color: rgb(136,38,72); }
td.TdClassName
{
border-color: #882648;
}
.TagClassName
{
border-color: #882648;
}
</style>