Shades of Disco #8C0D42
Tints of Disco #8C0D42
RGB
CMYK
RGB Variations
Color information
#8C0D42 (or 0x8C0D42) is known color: Disco. HEX triplet: 8C, 0D and 42. RGB value is (140,13,66). Sum of RGB (Red+Green+Blue) = 140+13+66=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0D42 is #73F2BD. Grayscale: #383838. Windows color (decimal): -7598782 or 4328844. OLE color: 4328844.
HSL color Cylindrical-coordinate representation of color #8C0D42: hue angle of 334.96º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D42 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 13 | 66 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.45 |
| HSL | 334.96º | 0.83% | 0.3% | - |
| HSV(B) | 334.96º | 0.91% | 0.55% | - |
| XYZ | 11.94 | 6.26 | 5.73 | - |
| YUV | 57.02 | 133.08 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 66 | 0 | 0.91 | 0.53 | 0.45 | 334.96 | 0.83 | 0.3 |
| Hex | 8C | D | 42 | 0 | 5B | 35 | 2D | 14F | 53 | 1E |
| Octal | 214 | 15 | 102 | 0 | 133 | 65 | 55 | 517 | 123 | 36 |
| Binary | 10001100 | 1101 | 1000010 | 0 | 1011011 | 110101 | 101101 | 101001111 | 1010011 | 11110 |
Color Harmonies of #8C0D42
Complementary color
Monochromatic Colors of #8C0D42
Black with #8C0D42
Text Example
Text Example
White with #8C0D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0D42; }
p { color: rgb(140,13,66); }
H1.HeaderClassName
{
color: #8C0D42;
}
.AnyTagClassName
{
color: #8C0D42;
}
</style>
background-color css
<style>
a { background-color: #8C0D42; }
a { background-color: rgb(140,13,66); }
div.DivClassName
{
background-color: #8C0D42;
}
.BgClassName
{
background-color: #8C0D42;
}
</style>
border-color css
<style>
span { border-color: #8C0D42; }
span { border-color: rgb(140,13,66); }
td.TdClassName
{
border-color: #8C0D42;
}
.TagClassName
{
border-color: #8C0D42;
}
</style>