Shades of Disco #880D49
Tints of Disco #880D49
RGB
CMYK
RGB Variations
Color information
#880D49 (or 0x880D49) is known color: Disco. HEX triplet: 88, 0D and 49. RGB value is (136,13,73). Sum of RGB (Red+Green+Blue) = 136+13+73=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #880D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D49 is #77F2B6. Grayscale: #383838. Windows color (decimal): -7860919 or 4787592. OLE color: 4787592.
HSL color Cylindrical-coordinate representation of color #880D49: hue angle of 330.73º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D49 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 73 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.47 |
| HSL | 330.73º | 0.83% | 0.29% | - |
| HSV(B) | 330.73º | 0.9% | 0.53% | - |
| XYZ | 11.5 | 6 | 6.86 | - |
| YUV | 56.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 73 | 0 | 0.90 | 0.46 | 0.47 | 330.73 | 0.83 | 0.29 |
| Hex | 88 | D | 49 | 0 | 5A | 2E | 2F | 14B | 53 | 1D |
| Octal | 210 | 15 | 111 | 0 | 132 | 56 | 57 | 513 | 123 | 35 |
| Binary | 10001000 | 1101 | 1001001 | 0 | 1011010 | 101110 | 101111 | 101001011 | 1010011 | 11101 |
Color Harmonies of #880D49
Complementary color
Monochromatic Colors of #880D49
Black with #880D49
Text Example
Text Example
White with #880D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D49; }
p { color: rgb(136,13,73); }
H1.HeaderClassName
{
color: #880D49;
}
.AnyTagClassName
{
color: #880D49;
}
</style>
background-color css
<style>
a { background-color: #880D49; }
a { background-color: rgb(136,13,73); }
div.DivClassName
{
background-color: #880D49;
}
.BgClassName
{
background-color: #880D49;
}
</style>
border-color css
<style>
span { border-color: #880D49; }
span { border-color: rgb(136,13,73); }
td.TdClassName
{
border-color: #880D49;
}
.TagClassName
{
border-color: #880D49;
}
</style>