Shades of Disco #8B1047
Tints of Disco #8B1047
RGB
CMYK
RGB Variations
Color information
#8B1047 (or 0x8B1047) is known color: Disco. HEX triplet: 8B, 10 and 47. RGB value is (139,16,71). Sum of RGB (Red+Green+Blue) = 139+16+71=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1047 is #74EFB8. Grayscale: #3A3A3A. Windows color (decimal): -7663545 or 4657291. OLE color: 4657291.
HSL color Cylindrical-coordinate representation of color #8B1047: hue angle of 333.17º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1047 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 71 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.45 |
| HSL | 333.17º | 0.79% | 0.3% | - |
| HSV(B) | 333.17º | 0.88% | 0.55% | - |
| XYZ | 11.97 | 6.31 | 6.55 | - |
| YUV | 59.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 71 | 0 | 0.88 | 0.49 | 0.45 | 333.17 | 0.79 | 0.3 |
| Hex | 8B | 10 | 47 | 0 | 58 | 31 | 2D | 14D | 4F | 1E |
| Octal | 213 | 20 | 107 | 0 | 130 | 61 | 55 | 515 | 117 | 36 |
| Binary | 10001011 | 10000 | 1000111 | 0 | 1011000 | 110001 | 101101 | 101001101 | 1001111 | 11110 |
Color Harmonies of #8B1047
Complementary color
Monochromatic Colors of #8B1047
Black with #8B1047
Text Example
Text Example
White with #8B1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1047; }
p { color: rgb(139,16,71); }
H1.HeaderClassName
{
color: #8B1047;
}
.AnyTagClassName
{
color: #8B1047;
}
</style>
background-color css
<style>
a { background-color: #8B1047; }
a { background-color: rgb(139,16,71); }
div.DivClassName
{
background-color: #8B1047;
}
.BgClassName
{
background-color: #8B1047;
}
</style>
border-color css
<style>
span { border-color: #8B1047; }
span { border-color: rgb(139,16,71); }
td.TdClassName
{
border-color: #8B1047;
}
.TagClassName
{
border-color: #8B1047;
}
</style>