Shades of Disco #8B1545
Tints of Disco #8B1545
RGB
CMYK
RGB Variations
Color information
#8B1545 (or 0x8B1545) is known color: Disco. HEX triplet: 8B, 15 and 45. RGB value is (139,21,69). Sum of RGB (Red+Green+Blue) = 139+21+69=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1545 is #74EABA. Grayscale: #3D3D3D. Windows color (decimal): -7662267 or 4527499. OLE color: 4527499.
HSL color Cylindrical-coordinate representation of color #8B1545: hue angle of 335.59º 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 #8B1545 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 69 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.45 |
| HSL | 335.59º | 0.74% | 0.31% | - |
| HSV(B) | 335.59º | 0.85% | 0.55% | - |
| XYZ | 11.99 | 6.45 | 6.24 | - |
| YUV | 61.75 | 132.09 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 69 | 0 | 0.85 | 0.50 | 0.45 | 335.59 | 0.74 | 0.31 |
| Hex | 8B | 15 | 45 | 0 | 55 | 32 | 2D | 150 | 4A | 1F |
| Octal | 213 | 25 | 105 | 0 | 125 | 62 | 55 | 520 | 112 | 37 |
| Binary | 10001011 | 10101 | 1000101 | 0 | 1010101 | 110010 | 101101 | 101010000 | 1001010 | 11111 |
Color Harmonies of #8B1545
Complementary color
Monochromatic Colors of #8B1545
Black with #8B1545
Text Example
Text Example
White with #8B1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1545; }
p { color: rgb(139,21,69); }
H1.HeaderClassName
{
color: #8B1545;
}
.AnyTagClassName
{
color: #8B1545;
}
</style>
background-color css
<style>
a { background-color: #8B1545; }
a { background-color: rgb(139,21,69); }
div.DivClassName
{
background-color: #8B1545;
}
.BgClassName
{
background-color: #8B1545;
}
</style>
border-color css
<style>
span { border-color: #8B1545; }
span { border-color: rgb(139,21,69); }
td.TdClassName
{
border-color: #8B1545;
}
.TagClassName
{
border-color: #8B1545;
}
</style>