Shades of Disco #880C43
Tints of Disco #880C43
RGB
CMYK
RGB Variations
Color information
#880C43 (or 0x880C43) is known color: Disco. HEX triplet: 88, 0C and 43. RGB value is (136,12,67). Sum of RGB (Red+Green+Blue) = 136+12+67=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #880C43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C43 is #77F3BC. Grayscale: #373737. Windows color (decimal): -7861181 or 4394120. OLE color: 4394120.
HSL color Cylindrical-coordinate representation of color #880C43: hue angle of 333.39º 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 #880C43 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 67 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.47 |
| HSL | 333.39º | 0.84% | 0.29% | - |
| HSV(B) | 333.39º | 0.91% | 0.53% | - |
| XYZ | 11.3 | 5.9 | 5.85 | - |
| YUV | 55.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 67 | 0 | 0.91 | 0.51 | 0.47 | 333.39 | 0.84 | 0.29 |
| Hex | 88 | C | 43 | 0 | 5B | 33 | 2F | 14D | 54 | 1D |
| Octal | 210 | 14 | 103 | 0 | 133 | 63 | 57 | 515 | 124 | 35 |
| Binary | 10001000 | 1100 | 1000011 | 0 | 1011011 | 110011 | 101111 | 101001101 | 1010100 | 11101 |
Color Harmonies of #880C43
Complementary color
Monochromatic Colors of #880C43
Black with #880C43
Text Example
Text Example
White with #880C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C43; }
p { color: rgb(136,12,67); }
H1.HeaderClassName
{
color: #880C43;
}
.AnyTagClassName
{
color: #880C43;
}
</style>
background-color css
<style>
a { background-color: #880C43; }
a { background-color: rgb(136,12,67); }
div.DivClassName
{
background-color: #880C43;
}
.BgClassName
{
background-color: #880C43;
}
</style>
border-color css
<style>
span { border-color: #880C43; }
span { border-color: rgb(136,12,67); }
td.TdClassName
{
border-color: #880C43;
}
.TagClassName
{
border-color: #880C43;
}
</style>