Shades of Disco #8B0E40
Tints of Disco #8B0E40
RGB
CMYK
RGB Variations
Color information
#8B0E40 (or 0x8B0E40) is known color: Disco. HEX triplet: 8B, 0E and 40. RGB value is (139,14,64). Sum of RGB (Red+Green+Blue) = 139+14+64=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0E40 is #74F1BF. Grayscale: #383838. Windows color (decimal): -7664064 or 4198027. OLE color: 4198027.
HSL color Cylindrical-coordinate representation of color #8B0E40: hue angle of 336º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E40 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 14 | 64 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.45 |
| HSL | 336º | 0.82% | 0.3% | - |
| HSV(B) | 336º | 0.9% | 0.55% | - |
| XYZ | 11.73 | 6.17 | 5.42 | - |
| YUV | 57.08 | 131.91 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 14 | 64 | 0 | 0.90 | 0.54 | 0.45 | 336 | 0.82 | 0.3 |
| Hex | 8B | E | 40 | 0 | 5A | 36 | 2D | 150 | 52 | 1E |
| Octal | 213 | 16 | 100 | 0 | 132 | 66 | 55 | 520 | 122 | 36 |
| Binary | 10001011 | 1110 | 1000000 | 0 | 1011010 | 110110 | 101101 | 101010000 | 1010010 | 11110 |
Color Harmonies of #8B0E40
Complementary color
Monochromatic Colors of #8B0E40
Black with #8B0E40
Text Example
Text Example
White with #8B0E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0E40; }
p { color: rgb(139,14,64); }
H1.HeaderClassName
{
color: #8B0E40;
}
.AnyTagClassName
{
color: #8B0E40;
}
</style>
background-color css
<style>
a { background-color: #8B0E40; }
a { background-color: rgb(139,14,64); }
div.DivClassName
{
background-color: #8B0E40;
}
.BgClassName
{
background-color: #8B0E40;
}
</style>
border-color css
<style>
span { border-color: #8B0E40; }
span { border-color: rgb(139,14,64); }
td.TdClassName
{
border-color: #8B0E40;
}
.TagClassName
{
border-color: #8B0E40;
}
</style>