Shades of Disco #882143
Tints of Disco #882143
RGB
CMYK
RGB Variations
Color information
#882143 (or 0x882143) is known color: Disco. HEX triplet: 88, 21 and 43. RGB value is (136,33,67). Sum of RGB (Red+Green+Blue) = 136+33+67=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #882143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882143 is #77DEBC. Grayscale: #434343. Windows color (decimal): -7855805 or 4399496. OLE color: 4399496.
HSL color Cylindrical-coordinate representation of color #882143: hue angle of 340.19º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882143 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 67 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.47 |
| HSL | 340.19º | 0.61% | 0.33% | - |
| HSV(B) | 340.19º | 0.76% | 0.53% | - |
| XYZ | 11.71 | 6.73 | 5.99 | - |
| YUV | 67.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 67 | 0 | 0.76 | 0.51 | 0.47 | 340.19 | 0.61 | 0.33 |
| Hex | 88 | 21 | 43 | 0 | 4C | 33 | 2F | 154 | 3D | 21 |
| Octal | 210 | 41 | 103 | 0 | 114 | 63 | 57 | 524 | 75 | 41 |
| Binary | 10001000 | 100001 | 1000011 | 0 | 1001100 | 110011 | 101111 | 101010100 | 111101 | 100001 |
Color Harmonies of #882143
Complementary color
Monochromatic Colors of #882143
Black with #882143
Text Example
Text Example
White with #882143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882143; }
p { color: rgb(136,33,67); }
H1.HeaderClassName
{
color: #882143;
}
.AnyTagClassName
{
color: #882143;
}
</style>
background-color css
<style>
a { background-color: #882143; }
a { background-color: rgb(136,33,67); }
div.DivClassName
{
background-color: #882143;
}
.BgClassName
{
background-color: #882143;
}
</style>
border-color css
<style>
span { border-color: #882143; }
span { border-color: rgb(136,33,67); }
td.TdClassName
{
border-color: #882143;
}
.TagClassName
{
border-color: #882143;
}
</style>