Shades of Disco #8C2B49
Tints of Disco #8C2B49
RGB
CMYK
RGB Variations
Color information
#8C2B49 (or 0x8C2B49) is known color: Disco. HEX triplet: 8C, 2B and 49. RGB value is (140,43,73). Sum of RGB (Red+Green+Blue) = 140+43+73=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B49 is #73D4B6. Grayscale: #4B4B4B. Windows color (decimal): -7591095 or 4795276. OLE color: 4795276.
HSL color Cylindrical-coordinate representation of color #8C2B49: hue angle of 341.44º 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 #8C2B49 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 73 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.45 |
| HSL | 341.44º | 0.53% | 0.36% | - |
| HSV(B) | 341.44º | 0.69% | 0.55% | - |
| XYZ | 12.88 | 7.78 | 7.13 | - |
| YUV | 75.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 73 | 0 | 0.69 | 0.48 | 0.45 | 341.44 | 0.53 | 0.36 |
| Hex | 8C | 2B | 49 | 0 | 45 | 30 | 2D | 155 | 35 | 24 |
| Octal | 214 | 53 | 111 | 0 | 105 | 60 | 55 | 525 | 65 | 44 |
| Binary | 10001100 | 101011 | 1001001 | 0 | 1000101 | 110000 | 101101 | 101010101 | 110101 | 100100 |
Color Harmonies of #8C2B49
Complementary color
Monochromatic Colors of #8C2B49
Black with #8C2B49
Text Example
Text Example
White with #8C2B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B49; }
p { color: rgb(140,43,73); }
H1.HeaderClassName
{
color: #8C2B49;
}
.AnyTagClassName
{
color: #8C2B49;
}
</style>
background-color css
<style>
a { background-color: #8C2B49; }
a { background-color: rgb(140,43,73); }
div.DivClassName
{
background-color: #8C2B49;
}
.BgClassName
{
background-color: #8C2B49;
}
</style>
border-color css
<style>
span { border-color: #8C2B49; }
span { border-color: rgb(140,43,73); }
td.TdClassName
{
border-color: #8C2B49;
}
.TagClassName
{
border-color: #8C2B49;
}
</style>