Shades of Disco #880C44
Tints of Disco #880C44
RGB
CMYK
RGB Variations
Color information
#880C44 (or 0x880C44) is known color: Disco. HEX triplet: 88, 0C and 44. RGB value is (136,12,68). Sum of RGB (Red+Green+Blue) = 136+12+68=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #880C44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C44 is #77F3BB. Grayscale: #373737. Windows color (decimal): -7861180 or 4459656. OLE color: 4459656.
HSL color Cylindrical-coordinate representation of color #880C44: hue angle of 332.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C44 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 68 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.47 |
| HSL | 332.9º | 0.84% | 0.29% | - |
| HSV(B) | 332.9º | 0.91% | 0.53% | - |
| XYZ | 11.33 | 5.91 | 6.01 | - |
| YUV | 55.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 68 | 0 | 0.91 | 0.50 | 0.47 | 332.9 | 0.84 | 0.29 |
| Hex | 88 | C | 44 | 0 | 5B | 32 | 2F | 14D | 54 | 1D |
| Octal | 210 | 14 | 104 | 0 | 133 | 62 | 57 | 515 | 124 | 35 |
| Binary | 10001000 | 1100 | 1000100 | 0 | 1011011 | 110010 | 101111 | 101001101 | 1010100 | 11101 |
Color Harmonies of #880C44
Complementary color
Monochromatic Colors of #880C44
Black with #880C44
Text Example
Text Example
White with #880C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C44; }
p { color: rgb(136,12,68); }
H1.HeaderClassName
{
color: #880C44;
}
.AnyTagClassName
{
color: #880C44;
}
</style>
background-color css
<style>
a { background-color: #880C44; }
a { background-color: rgb(136,12,68); }
div.DivClassName
{
background-color: #880C44;
}
.BgClassName
{
background-color: #880C44;
}
</style>
border-color css
<style>
span { border-color: #880C44; }
span { border-color: rgb(136,12,68); }
td.TdClassName
{
border-color: #880C44;
}
.TagClassName
{
border-color: #880C44;
}
</style>