Shades of Disco #8C2B48
Tints of Disco #8C2B48
RGB
CMYK
RGB Variations
Color information
#8C2B48 (or 0x8C2B48) is known color: Disco. HEX triplet: 8C, 2B and 48. RGB value is (140,43,72). Sum of RGB (Red+Green+Blue) = 140+43+72=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B48 is #73D4B7. Grayscale: #4B4B4B. Windows color (decimal): -7591096 or 4729740. OLE color: 4729740.
HSL color Cylindrical-coordinate representation of color #8C2B48: hue angle of 342.06º 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 #8C2B48 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 72 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.45 |
| HSL | 342.06º | 0.53% | 0.36% | - |
| HSV(B) | 342.06º | 0.69% | 0.55% | - |
| XYZ | 12.85 | 7.77 | 6.95 | - |
| YUV | 75.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 72 | 0 | 0.69 | 0.49 | 0.45 | 342.06 | 0.53 | 0.36 |
| Hex | 8C | 2B | 48 | 0 | 45 | 31 | 2D | 156 | 35 | 24 |
| Octal | 214 | 53 | 110 | 0 | 105 | 61 | 55 | 526 | 65 | 44 |
| Binary | 10001100 | 101011 | 1001000 | 0 | 1000101 | 110001 | 101101 | 101010110 | 110101 | 100100 |
Color Harmonies of #8C2B48
Complementary color
Monochromatic Colors of #8C2B48
Black with #8C2B48
Text Example
Text Example
White with #8C2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B48; }
p { color: rgb(140,43,72); }
H1.HeaderClassName
{
color: #8C2B48;
}
.AnyTagClassName
{
color: #8C2B48;
}
</style>
background-color css
<style>
a { background-color: #8C2B48; }
a { background-color: rgb(140,43,72); }
div.DivClassName
{
background-color: #8C2B48;
}
.BgClassName
{
background-color: #8C2B48;
}
</style>
border-color css
<style>
span { border-color: #8C2B48; }
span { border-color: rgb(140,43,72); }
td.TdClassName
{
border-color: #8C2B48;
}
.TagClassName
{
border-color: #8C2B48;
}
</style>