Shades of Disco #881D43
Tints of Disco #881D43
RGB
CMYK
RGB Variations
Color information
#881D43 (or 0x881D43) is known color: Disco. HEX triplet: 88, 1D and 43. RGB value is (136,29,67). Sum of RGB (Red+Green+Blue) = 136+29+67=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #881D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D43 is #77E2BC. Grayscale: #414141. Windows color (decimal): -7856829 or 4398472. OLE color: 4398472.
HSL color Cylindrical-coordinate representation of color #881D43: hue angle of 338.69º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881D43 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 67 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.47 |
| HSL | 338.69º | 0.65% | 0.32% | - |
| HSV(B) | 338.69º | 0.79% | 0.53% | - |
| XYZ | 11.61 | 6.52 | 5.96 | - |
| YUV | 65.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 67 | 0 | 0.79 | 0.51 | 0.47 | 338.69 | 0.65 | 0.32 |
| Hex | 88 | 1D | 43 | 0 | 4F | 33 | 2F | 153 | 41 | 20 |
| Octal | 210 | 35 | 103 | 0 | 117 | 63 | 57 | 523 | 101 | 40 |
| Binary | 10001000 | 11101 | 1000011 | 0 | 1001111 | 110011 | 101111 | 101010011 | 1000001 | 100000 |
Color Harmonies of #881D43
Complementary color
Monochromatic Colors of #881D43
Black with #881D43
Text Example
Text Example
White with #881D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D43; }
p { color: rgb(136,29,67); }
H1.HeaderClassName
{
color: #881D43;
}
.AnyTagClassName
{
color: #881D43;
}
</style>
background-color css
<style>
a { background-color: #881D43; }
a { background-color: rgb(136,29,67); }
div.DivClassName
{
background-color: #881D43;
}
.BgClassName
{
background-color: #881D43;
}
</style>
border-color css
<style>
span { border-color: #881D43; }
span { border-color: rgb(136,29,67); }
td.TdClassName
{
border-color: #881D43;
}
.TagClassName
{
border-color: #881D43;
}
</style>