Shades of Disco #881844
Tints of Disco #881844
RGB
CMYK
RGB Variations
Color information
#881844 (or 0x881844) is known color: Disco. HEX triplet: 88, 18 and 44. RGB value is (136,24,68). Sum of RGB (Red+Green+Blue) = 136+24+68=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #881844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881844 is #77E7BB. Grayscale: #3E3E3E. Windows color (decimal): -7858108 or 4462728. OLE color: 4462728.
HSL color Cylindrical-coordinate representation of color #881844: hue angle of 336.43º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881844 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 68 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.47 |
| HSL | 336.43º | 0.7% | 0.31% | - |
| HSV(B) | 336.43º | 0.82% | 0.53% | - |
| XYZ | 11.52 | 6.3 | 6.08 | - |
| YUV | 62.5 | 131.11 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 68 | 0 | 0.82 | 0.50 | 0.47 | 336.43 | 0.7 | 0.31 |
| Hex | 88 | 18 | 44 | 0 | 52 | 32 | 2F | 150 | 46 | 1F |
| Octal | 210 | 30 | 104 | 0 | 122 | 62 | 57 | 520 | 106 | 37 |
| Binary | 10001000 | 11000 | 1000100 | 0 | 1010010 | 110010 | 101111 | 101010000 | 1000110 | 11111 |
Color Harmonies of #881844
Complementary color
Monochromatic Colors of #881844
Black with #881844
Text Example
Text Example
White with #881844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881844; }
p { color: rgb(136,24,68); }
H1.HeaderClassName
{
color: #881844;
}
.AnyTagClassName
{
color: #881844;
}
</style>
background-color css
<style>
a { background-color: #881844; }
a { background-color: rgb(136,24,68); }
div.DivClassName
{
background-color: #881844;
}
.BgClassName
{
background-color: #881844;
}
</style>
border-color css
<style>
span { border-color: #881844; }
span { border-color: rgb(136,24,68); }
td.TdClassName
{
border-color: #881844;
}
.TagClassName
{
border-color: #881844;
}
</style>