Shades of Disco #880D40
Tints of Disco #880D40
RGB
CMYK
RGB Variations
Color information
#880D40 (or 0x880D40) is known color: Disco. HEX triplet: 88, 0D and 40. RGB value is (136,13,64). Sum of RGB (Red+Green+Blue) = 136+13+64=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #880D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D40 is #77F2BF. Grayscale: #373737. Windows color (decimal): -7860928 or 4197768. OLE color: 4197768.
HSL color Cylindrical-coordinate representation of color #880D40: hue angle of 335.12º 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 #880D40 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 64 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.47 |
| HSL | 335.12º | 0.83% | 0.29% | - |
| HSV(B) | 335.12º | 0.9% | 0.53% | - |
| XYZ | 11.22 | 5.89 | 5.4 | - |
| YUV | 55.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 64 | 0 | 0.90 | 0.53 | 0.47 | 335.12 | 0.83 | 0.29 |
| Hex | 88 | D | 40 | 0 | 5A | 35 | 2F | 14F | 53 | 1D |
| Octal | 210 | 15 | 100 | 0 | 132 | 65 | 57 | 517 | 123 | 35 |
| Binary | 10001000 | 1101 | 1000000 | 0 | 1011010 | 110101 | 101111 | 101001111 | 1010011 | 11101 |
Color Harmonies of #880D40
Complementary color
Monochromatic Colors of #880D40
Black with #880D40
Text Example
Text Example
White with #880D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D40; }
p { color: rgb(136,13,64); }
H1.HeaderClassName
{
color: #880D40;
}
.AnyTagClassName
{
color: #880D40;
}
</style>
background-color css
<style>
a { background-color: #880D40; }
a { background-color: rgb(136,13,64); }
div.DivClassName
{
background-color: #880D40;
}
.BgClassName
{
background-color: #880D40;
}
</style>
border-color css
<style>
span { border-color: #880D40; }
span { border-color: rgb(136,13,64); }
td.TdClassName
{
border-color: #880D40;
}
.TagClassName
{
border-color: #880D40;
}
</style>