Shades of Disco #8C2B42
Tints of Disco #8C2B42
RGB
CMYK
RGB Variations
Color information
#8C2B42 (or 0x8C2B42) is known color: Disco. HEX triplet: 8C, 2B and 42. RGB value is (140,43,66). Sum of RGB (Red+Green+Blue) = 140+43+66=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B42 is #73D4BD. Grayscale: #4A4A4A. Windows color (decimal): -7591102 or 4336524. OLE color: 4336524.
HSL color Cylindrical-coordinate representation of color #8C2B42: hue angle of 345.77º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2B42 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 66 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.45 |
| HSL | 345.77º | 0.53% | 0.36% | - |
| HSV(B) | 345.77º | 0.69% | 0.55% | - |
| XYZ | 12.66 | 7.7 | 5.97 | - |
| YUV | 74.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 66 | 0 | 0.69 | 0.53 | 0.45 | 345.77 | 0.53 | 0.36 |
| Hex | 8C | 2B | 42 | 0 | 45 | 35 | 2D | 15A | 35 | 24 |
| Octal | 214 | 53 | 102 | 0 | 105 | 65 | 55 | 532 | 65 | 44 |
| Binary | 10001100 | 101011 | 1000010 | 0 | 1000101 | 110101 | 101101 | 101011010 | 110101 | 100100 |
Color Harmonies of #8C2B42
Complementary color
Monochromatic Colors of #8C2B42
Black with #8C2B42
Text Example
Text Example
White with #8C2B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B42; }
p { color: rgb(140,43,66); }
H1.HeaderClassName
{
color: #8C2B42;
}
.AnyTagClassName
{
color: #8C2B42;
}
</style>
background-color css
<style>
a { background-color: #8C2B42; }
a { background-color: rgb(140,43,66); }
div.DivClassName
{
background-color: #8C2B42;
}
.BgClassName
{
background-color: #8C2B42;
}
</style>
border-color css
<style>
span { border-color: #8C2B42; }
span { border-color: rgb(140,43,66); }
td.TdClassName
{
border-color: #8C2B42;
}
.TagClassName
{
border-color: #8C2B42;
}
</style>