Shades of Disco #8B1544
Tints of Disco #8B1544
RGB
CMYK
RGB Variations
Color information
#8B1544 (or 0x8B1544) is known color: Disco. HEX triplet: 8B, 15 and 44. RGB value is (139,21,68). Sum of RGB (Red+Green+Blue) = 139+21+68=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1544 is #74EABB. Grayscale: #3D3D3D. Windows color (decimal): -7662268 or 4461963. OLE color: 4461963.
HSL color Cylindrical-coordinate representation of color #8B1544: hue angle of 336.1º 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 #8B1544 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 68 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.45 |
| HSL | 336.1º | 0.74% | 0.31% | - |
| HSV(B) | 336.1º | 0.85% | 0.55% | - |
| XYZ | 11.96 | 6.44 | 6.08 | - |
| YUV | 61.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 68 | 0 | 0.85 | 0.51 | 0.45 | 336.1 | 0.74 | 0.31 |
| Hex | 8B | 15 | 44 | 0 | 55 | 33 | 2D | 150 | 4A | 1F |
| Octal | 213 | 25 | 104 | 0 | 125 | 63 | 55 | 520 | 112 | 37 |
| Binary | 10001011 | 10101 | 1000100 | 0 | 1010101 | 110011 | 101101 | 101010000 | 1001010 | 11111 |
Color Harmonies of #8B1544
Complementary color
Monochromatic Colors of #8B1544
Black with #8B1544
Text Example
Text Example
White with #8B1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1544; }
p { color: rgb(139,21,68); }
H1.HeaderClassName
{
color: #8B1544;
}
.AnyTagClassName
{
color: #8B1544;
}
</style>
background-color css
<style>
a { background-color: #8B1544; }
a { background-color: rgb(139,21,68); }
div.DivClassName
{
background-color: #8B1544;
}
.BgClassName
{
background-color: #8B1544;
}
</style>
border-color css
<style>
span { border-color: #8B1544; }
span { border-color: rgb(139,21,68); }
td.TdClassName
{
border-color: #8B1544;
}
.TagClassName
{
border-color: #8B1544;
}
</style>