Shades of Disco #8C2B4D
Tints of Disco #8C2B4D
RGB
CMYK
RGB Variations
Color information
#8C2B4D (or 0x8C2B4D) is known color: Disco. HEX triplet: 8C, 2B and 4D. RGB value is (140,43,77). Sum of RGB (Red+Green+Blue) = 140+43+77=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2B4D is #73D4B2. Grayscale: #4B4B4B. Windows color (decimal): -7591091 or 5057420. OLE color: 5057420.
HSL color Cylindrical-coordinate representation of color #8C2B4D: hue angle of 338.97º 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 #8C2B4D is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 77 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.45 |
| HSL | 338.97º | 0.53% | 0.36% | - |
| HSV(B) | 338.97º | 0.69% | 0.55% | - |
| XYZ | 13.02 | 7.84 | 7.85 | - |
| YUV | 75.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 77 | 0 | 0.69 | 0.45 | 0.45 | 338.97 | 0.53 | 0.36 |
| Hex | 8C | 2B | 4D | 0 | 45 | 2D | 2D | 153 | 35 | 24 |
| Octal | 214 | 53 | 115 | 0 | 105 | 55 | 55 | 523 | 65 | 44 |
| Binary | 10001100 | 101011 | 1001101 | 0 | 1000101 | 101101 | 101101 | 101010011 | 110101 | 100100 |
Color Harmonies of #8C2B4D
Complementary color
Monochromatic Colors of #8C2B4D
Black with #8C2B4D
Text Example
Text Example
White with #8C2B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B4D; }
p { color: rgb(140,43,77); }
H1.HeaderClassName
{
color: #8C2B4D;
}
.AnyTagClassName
{
color: #8C2B4D;
}
</style>
background-color css
<style>
a { background-color: #8C2B4D; }
a { background-color: rgb(140,43,77); }
div.DivClassName
{
background-color: #8C2B4D;
}
.BgClassName
{
background-color: #8C2B4D;
}
</style>
border-color css
<style>
span { border-color: #8C2B4D; }
span { border-color: rgb(140,43,77); }
td.TdClassName
{
border-color: #8C2B4D;
}
.TagClassName
{
border-color: #8C2B4D;
}
</style>