Shades of Disco #881B4A
Tints of Disco #881B4A
RGB
CMYK
RGB Variations
Color information
#881B4A (or 0x881B4A) is known color: Disco. HEX triplet: 88, 1B and 4A. RGB value is (136,27,74). Sum of RGB (Red+Green+Blue) = 136+27+74=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #881B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B4A is #77E4B5. Grayscale: #404040. Windows color (decimal): -7857334 or 4856712. OLE color: 4856712.
HSL color Cylindrical-coordinate representation of color #881B4A: hue angle of 334.13º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B4A is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 74 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.47 |
| HSL | 334.13º | 0.67% | 0.32% | - |
| HSV(B) | 334.13º | 0.8% | 0.53% | - |
| XYZ | 11.78 | 6.51 | 7.11 | - |
| YUV | 64.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 74 | 0 | 0.80 | 0.46 | 0.47 | 334.13 | 0.67 | 0.32 |
| Hex | 88 | 1B | 4A | 0 | 50 | 2E | 2F | 14E | 43 | 20 |
| Octal | 210 | 33 | 112 | 0 | 120 | 56 | 57 | 516 | 103 | 40 |
| Binary | 10001000 | 11011 | 1001010 | 0 | 1010000 | 101110 | 101111 | 101001110 | 1000011 | 100000 |
Color Harmonies of #881B4A
Complementary color
Monochromatic Colors of #881B4A
Black with #881B4A
Text Example
Text Example
White with #881B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B4A; }
p { color: rgb(136,27,74); }
H1.HeaderClassName
{
color: #881B4A;
}
.AnyTagClassName
{
color: #881B4A;
}
</style>
background-color css
<style>
a { background-color: #881B4A; }
a { background-color: rgb(136,27,74); }
div.DivClassName
{
background-color: #881B4A;
}
.BgClassName
{
background-color: #881B4A;
}
</style>
border-color css
<style>
span { border-color: #881B4A; }
span { border-color: rgb(136,27,74); }
td.TdClassName
{
border-color: #881B4A;
}
.TagClassName
{
border-color: #881B4A;
}
</style>