Shades of Disco #8C2B4B
Tints of Disco #8C2B4B
RGB
CMYK
RGB Variations
Color information
#8C2B4B (or 0x8C2B4B) is known color: Disco. HEX triplet: 8C, 2B and 4B. RGB value is (140,43,75). Sum of RGB (Red+Green+Blue) = 140+43+75=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B4B is #73D4B4. Grayscale: #4B4B4B. Windows color (decimal): -7591093 or 4926348. OLE color: 4926348.
HSL color Cylindrical-coordinate representation of color #8C2B4B: hue angle of 340.21º 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 #8C2B4B is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 75 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.45 |
| HSL | 340.21º | 0.53% | 0.36% | - |
| HSV(B) | 340.21º | 0.69% | 0.55% | - |
| XYZ | 12.95 | 7.81 | 7.48 | - |
| YUV | 75.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 75 | 0 | 0.69 | 0.46 | 0.45 | 340.21 | 0.53 | 0.36 |
| Hex | 8C | 2B | 4B | 0 | 45 | 2E | 2D | 154 | 35 | 24 |
| Octal | 214 | 53 | 113 | 0 | 105 | 56 | 55 | 524 | 65 | 44 |
| Binary | 10001100 | 101011 | 1001011 | 0 | 1000101 | 101110 | 101101 | 101010100 | 110101 | 100100 |
Color Harmonies of #8C2B4B
Complementary color
Monochromatic Colors of #8C2B4B
Black with #8C2B4B
Text Example
Text Example
White with #8C2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B4B; }
p { color: rgb(140,43,75); }
H1.HeaderClassName
{
color: #8C2B4B;
}
.AnyTagClassName
{
color: #8C2B4B;
}
</style>
background-color css
<style>
a { background-color: #8C2B4B; }
a { background-color: rgb(140,43,75); }
div.DivClassName
{
background-color: #8C2B4B;
}
.BgClassName
{
background-color: #8C2B4B;
}
</style>
border-color css
<style>
span { border-color: #8C2B4B; }
span { border-color: rgb(140,43,75); }
td.TdClassName
{
border-color: #8C2B4B;
}
.TagClassName
{
border-color: #8C2B4B;
}
</style>