Shades of Disco #881B3F
Tints of Disco #881B3F
RGB
CMYK
RGB Variations
Color information
#881B3F (or 0x881B3F) is known color: Disco. HEX triplet: 88, 1B and 3F. RGB value is (136,27,63). Sum of RGB (Red+Green+Blue) = 136+27+63=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #881B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B3F is #77E4C0. Grayscale: #3F3F3F. Windows color (decimal): -7857345 or 4135816. OLE color: 4135816.
HSL color Cylindrical-coordinate representation of color #881B3F: hue angle of 340.18º 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 #881B3F is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 63 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.47 |
| HSL | 340.18º | 0.67% | 0.32% | - |
| HSV(B) | 340.18º | 0.8% | 0.53% | - |
| XYZ | 11.44 | 6.38 | 5.33 | - |
| YUV | 63.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 63 | 0 | 0.80 | 0.54 | 0.47 | 340.18 | 0.67 | 0.32 |
| Hex | 88 | 1B | 3F | 0 | 50 | 36 | 2F | 154 | 43 | 20 |
| Octal | 210 | 33 | 77 | 0 | 120 | 66 | 57 | 524 | 103 | 40 |
| Binary | 10001000 | 11011 | 111111 | 0 | 1010000 | 110110 | 101111 | 101010100 | 1000011 | 100000 |
Color Harmonies of #881B3F
Complementary color
Monochromatic Colors of #881B3F
Black with #881B3F
Text Example
Text Example
White with #881B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B3F; }
p { color: rgb(136,27,63); }
H1.HeaderClassName
{
color: #881B3F;
}
.AnyTagClassName
{
color: #881B3F;
}
</style>
background-color css
<style>
a { background-color: #881B3F; }
a { background-color: rgb(136,27,63); }
div.DivClassName
{
background-color: #881B3F;
}
.BgClassName
{
background-color: #881B3F;
}
</style>
border-color css
<style>
span { border-color: #881B3F; }
span { border-color: rgb(136,27,63); }
td.TdClassName
{
border-color: #881B3F;
}
.TagClassName
{
border-color: #881B3F;
}
</style>