Shades of Disco #8B1540
Tints of Disco #8B1540
RGB
CMYK
RGB Variations
Color information
#8B1540 (or 0x8B1540) is known color: Disco. HEX triplet: 8B, 15 and 40. RGB value is (139,21,64). Sum of RGB (Red+Green+Blue) = 139+21+64=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1540 is #74EABF. Grayscale: #3D3D3D. Windows color (decimal): -7662272 or 4199819. OLE color: 4199819.
HSL color Cylindrical-coordinate representation of color #8B1540: hue angle of 338.14º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1540 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 64 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.45 |
| HSL | 338.14º | 0.74% | 0.31% | - |
| HSV(B) | 338.14º | 0.85% | 0.55% | - |
| XYZ | 11.84 | 6.4 | 5.46 | - |
| YUV | 61.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 64 | 0 | 0.85 | 0.54 | 0.45 | 338.14 | 0.74 | 0.31 |
| Hex | 8B | 15 | 40 | 0 | 55 | 36 | 2D | 152 | 4A | 1F |
| Octal | 213 | 25 | 100 | 0 | 125 | 66 | 55 | 522 | 112 | 37 |
| Binary | 10001011 | 10101 | 1000000 | 0 | 1010101 | 110110 | 101101 | 101010010 | 1001010 | 11111 |
Color Harmonies of #8B1540
Complementary color
Monochromatic Colors of #8B1540
Black with #8B1540
Text Example
Text Example
White with #8B1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1540; }
p { color: rgb(139,21,64); }
H1.HeaderClassName
{
color: #8B1540;
}
.AnyTagClassName
{
color: #8B1540;
}
</style>
background-color css
<style>
a { background-color: #8B1540; }
a { background-color: rgb(139,21,64); }
div.DivClassName
{
background-color: #8B1540;
}
.BgClassName
{
background-color: #8B1540;
}
</style>
border-color css
<style>
span { border-color: #8B1540; }
span { border-color: rgb(139,21,64); }
td.TdClassName
{
border-color: #8B1540;
}
.TagClassName
{
border-color: #8B1540;
}
</style>