Shades of Disco #8B2E4C
Tints of Disco #8B2E4C
RGB
CMYK
RGB Variations
Color information
#8B2E4C (or 0x8B2E4C) is known color: Disco. HEX triplet: 8B, 2E and 4C. RGB value is (139,46,76). Sum of RGB (Red+Green+Blue) = 139+46+76=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2E4C is #74D1B3. Grayscale: #4D4D4D. Windows color (decimal): -7655860 or 4992651. OLE color: 4992651.
HSL color Cylindrical-coordinate representation of color #8B2E4C: hue angle of 340.65º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B2E4C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 46 | 76 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.45 |
| HSL | 340.65º | 0.5% | 0.36% | - |
| HSV(B) | 340.65º | 0.67% | 0.55% | - |
| XYZ | 12.93 | 7.96 | 7.69 | - |
| YUV | 77.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 76 | 0 | 0.67 | 0.45 | 0.45 | 340.65 | 0.5 | 0.36 |
| Hex | 8B | 2E | 4C | 0 | 43 | 2D | 2D | 155 | 32 | 24 |
| Octal | 213 | 56 | 114 | 0 | 103 | 55 | 55 | 525 | 62 | 44 |
| Binary | 10001011 | 101110 | 1001100 | 0 | 1000011 | 101101 | 101101 | 101010101 | 110010 | 100100 |
Color Harmonies of #8B2E4C
Complementary color
Monochromatic Colors of #8B2E4C
Black with #8B2E4C
Text Example
Text Example
White with #8B2E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2E4C; }
p { color: rgb(139,46,76); }
H1.HeaderClassName
{
color: #8B2E4C;
}
.AnyTagClassName
{
color: #8B2E4C;
}
</style>
background-color css
<style>
a { background-color: #8B2E4C; }
a { background-color: rgb(139,46,76); }
div.DivClassName
{
background-color: #8B2E4C;
}
.BgClassName
{
background-color: #8B2E4C;
}
</style>
border-color css
<style>
span { border-color: #8B2E4C; }
span { border-color: rgb(139,46,76); }
td.TdClassName
{
border-color: #8B2E4C;
}
.TagClassName
{
border-color: #8B2E4C;
}
</style>