Shades of Disco #8B1345
Tints of Disco #8B1345
RGB
CMYK
RGB Variations
Color information
#8B1345 (or 0x8B1345) is known color: Disco. HEX triplet: 8B, 13 and 45. RGB value is (139,19,69). Sum of RGB (Red+Green+Blue) = 139+19+69=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1345 is #74ECBA. Grayscale: #3C3C3C. Windows color (decimal): -7662779 or 4526987. OLE color: 4526987.
HSL color Cylindrical-coordinate representation of color #8B1345: hue angle of 335º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1345 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 69 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.45 |
| HSL | 335º | 0.76% | 0.31% | - |
| HSV(B) | 335º | 0.86% | 0.55% | - |
| XYZ | 11.95 | 6.38 | 6.23 | - |
| YUV | 60.58 | 132.76 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 69 | 0 | 0.86 | 0.50 | 0.45 | 335 | 0.76 | 0.31 |
| Hex | 8B | 13 | 45 | 0 | 56 | 32 | 2D | 14F | 4C | 1F |
| Octal | 213 | 23 | 105 | 0 | 126 | 62 | 55 | 517 | 114 | 37 |
| Binary | 10001011 | 10011 | 1000101 | 0 | 1010110 | 110010 | 101101 | 101001111 | 1001100 | 11111 |
Color Harmonies of #8B1345
Complementary color
Monochromatic Colors of #8B1345
Black with #8B1345
Text Example
Text Example
White with #8B1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1345; }
p { color: rgb(139,19,69); }
H1.HeaderClassName
{
color: #8B1345;
}
.AnyTagClassName
{
color: #8B1345;
}
</style>
background-color css
<style>
a { background-color: #8B1345; }
a { background-color: rgb(139,19,69); }
div.DivClassName
{
background-color: #8B1345;
}
.BgClassName
{
background-color: #8B1345;
}
</style>
border-color css
<style>
span { border-color: #8B1345; }
span { border-color: rgb(139,19,69); }
td.TdClassName
{
border-color: #8B1345;
}
.TagClassName
{
border-color: #8B1345;
}
</style>