Shades of Disco #8B1343
Tints of Disco #8B1343
RGB
CMYK
RGB Variations
Color information
#8B1343 (or 0x8B1343) is known color: Disco. HEX triplet: 8B, 13 and 43. RGB value is (139,19,67). Sum of RGB (Red+Green+Blue) = 139+19+67=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1343 is #74ECBC. Grayscale: #3C3C3C. Windows color (decimal): -7662781 or 4395915. OLE color: 4395915.
HSL color Cylindrical-coordinate representation of color #8B1343: hue angle of 336º 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 #8B1343 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 67 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.45 |
| HSL | 336º | 0.76% | 0.31% | - |
| HSV(B) | 336º | 0.86% | 0.55% | - |
| XYZ | 11.89 | 6.36 | 5.91 | - |
| YUV | 60.35 | 131.76 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 67 | 0 | 0.86 | 0.52 | 0.45 | 336 | 0.76 | 0.31 |
| Hex | 8B | 13 | 43 | 0 | 56 | 34 | 2D | 150 | 4C | 1F |
| Octal | 213 | 23 | 103 | 0 | 126 | 64 | 55 | 520 | 114 | 37 |
| Binary | 10001011 | 10011 | 1000011 | 0 | 1010110 | 110100 | 101101 | 101010000 | 1001100 | 11111 |
Color Harmonies of #8B1343
Complementary color
Monochromatic Colors of #8B1343
Black with #8B1343
Text Example
Text Example
White with #8B1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1343; }
p { color: rgb(139,19,67); }
H1.HeaderClassName
{
color: #8B1343;
}
.AnyTagClassName
{
color: #8B1343;
}
</style>
background-color css
<style>
a { background-color: #8B1343; }
a { background-color: rgb(139,19,67); }
div.DivClassName
{
background-color: #8B1343;
}
.BgClassName
{
background-color: #8B1343;
}
</style>
border-color css
<style>
span { border-color: #8B1343; }
span { border-color: rgb(139,19,67); }
td.TdClassName
{
border-color: #8B1343;
}
.TagClassName
{
border-color: #8B1343;
}
</style>