Shades of Disco #8E2B43
Tints of Disco #8E2B43
RGB
CMYK
RGB Variations
Color information
#8E2B43 (or 0x8E2B43) is known color: Disco. HEX triplet: 8E, 2B and 43. RGB value is (142,43,67). Sum of RGB (Red+Green+Blue) = 142+43+67=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2B43 is #71D4BC. Grayscale: #4B4B4B. Windows color (decimal): -7460029 or 4402062. OLE color: 4402062.
HSL color Cylindrical-coordinate representation of color #8E2B43: hue angle of 345.45º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2B43 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 43 | 67 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.44 |
| HSL | 345.45º | 0.54% | 0.36% | - |
| HSV(B) | 345.45º | 0.7% | 0.56% | - |
| XYZ | 13.03 | 7.88 | 6.15 | - |
| YUV | 75.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 43 | 67 | 0 | 0.70 | 0.53 | 0.44 | 345.45 | 0.54 | 0.36 |
| Hex | 8E | 2B | 43 | 0 | 46 | 35 | 2C | 159 | 36 | 24 |
| Octal | 216 | 53 | 103 | 0 | 106 | 65 | 54 | 531 | 66 | 44 |
| Binary | 10001110 | 101011 | 1000011 | 0 | 1000110 | 110101 | 101100 | 101011001 | 110110 | 100100 |
Color Harmonies of #8E2B43
Complementary color
Monochromatic Colors of #8E2B43
Black with #8E2B43
Text Example
Text Example
White with #8E2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2B43; }
p { color: rgb(142,43,67); }
H1.HeaderClassName
{
color: #8E2B43;
}
.AnyTagClassName
{
color: #8E2B43;
}
</style>
background-color css
<style>
a { background-color: #8E2B43; }
a { background-color: rgb(142,43,67); }
div.DivClassName
{
background-color: #8E2B43;
}
.BgClassName
{
background-color: #8E2B43;
}
</style>
border-color css
<style>
span { border-color: #8E2B43; }
span { border-color: rgb(142,43,67); }
td.TdClassName
{
border-color: #8E2B43;
}
.TagClassName
{
border-color: #8E2B43;
}
</style>