Shades of Disco #8C0B42
Tints of Disco #8C0B42
RGB
CMYK
RGB Variations
Color information
#8C0B42 (or 0x8C0B42) is known color: Disco. HEX triplet: 8C, 0B and 42. RGB value is (140,11,66). Sum of RGB (Red+Green+Blue) = 140+11+66=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B42 is #73F4BD. Grayscale: #373737. Windows color (decimal): -7599294 or 4328332. OLE color: 4328332.
HSL color Cylindrical-coordinate representation of color #8C0B42: hue angle of 334.42º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B42 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 66 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.45 |
| HSL | 334.42º | 0.85% | 0.3% | - |
| HSV(B) | 334.42º | 0.92% | 0.55% | - |
| XYZ | 11.92 | 6.21 | 5.72 | - |
| YUV | 55.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 66 | 0 | 0.92 | 0.53 | 0.45 | 334.42 | 0.85 | 0.3 |
| Hex | 8C | B | 42 | 0 | 5C | 35 | 2D | 14E | 55 | 1E |
| Octal | 214 | 13 | 102 | 0 | 134 | 65 | 55 | 516 | 125 | 36 |
| Binary | 10001100 | 1011 | 1000010 | 0 | 1011100 | 110101 | 101101 | 101001110 | 1010101 | 11110 |
Color Harmonies of #8C0B42
Complementary color
Monochromatic Colors of #8C0B42
Black with #8C0B42
Text Example
Text Example
White with #8C0B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B42; }
p { color: rgb(140,11,66); }
H1.HeaderClassName
{
color: #8C0B42;
}
.AnyTagClassName
{
color: #8C0B42;
}
</style>
background-color css
<style>
a { background-color: #8C0B42; }
a { background-color: rgb(140,11,66); }
div.DivClassName
{
background-color: #8C0B42;
}
.BgClassName
{
background-color: #8C0B42;
}
</style>
border-color css
<style>
span { border-color: #8C0B42; }
span { border-color: rgb(140,11,66); }
td.TdClassName
{
border-color: #8C0B42;
}
.TagClassName
{
border-color: #8C0B42;
}
</style>