Shades of Disco #8B2047
Tints of Disco #8B2047
RGB
CMYK
RGB Variations
Color information
#8B2047 (or 0x8B2047) is known color: Disco. HEX triplet: 8B, 20 and 47. RGB value is (139,32,71). Sum of RGB (Red+Green+Blue) = 139+32+71=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2047 is #74DFB8. Grayscale: #444444. Windows color (decimal): -7659449 or 4661387. OLE color: 4661387.
HSL color Cylindrical-coordinate representation of color #8B2047: hue angle of 338.13º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2047 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 71 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.45 |
| HSL | 338.13º | 0.63% | 0.34% | - |
| HSV(B) | 338.13º | 0.77% | 0.55% | - |
| XYZ | 12.3 | 6.98 | 6.66 | - |
| YUV | 68.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 71 | 0 | 0.77 | 0.49 | 0.45 | 338.13 | 0.63 | 0.34 |
| Hex | 8B | 20 | 47 | 0 | 4D | 31 | 2D | 152 | 3F | 22 |
| Octal | 213 | 40 | 107 | 0 | 115 | 61 | 55 | 522 | 77 | 42 |
| Binary | 10001011 | 100000 | 1000111 | 0 | 1001101 | 110001 | 101101 | 101010010 | 111111 | 100010 |
Color Harmonies of #8B2047
Complementary color
Monochromatic Colors of #8B2047
Black with #8B2047
Text Example
Text Example
White with #8B2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2047; }
p { color: rgb(139,32,71); }
H1.HeaderClassName
{
color: #8B2047;
}
.AnyTagClassName
{
color: #8B2047;
}
</style>
background-color css
<style>
a { background-color: #8B2047; }
a { background-color: rgb(139,32,71); }
div.DivClassName
{
background-color: #8B2047;
}
.BgClassName
{
background-color: #8B2047;
}
</style>
border-color css
<style>
span { border-color: #8B2047; }
span { border-color: rgb(139,32,71); }
td.TdClassName
{
border-color: #8B2047;
}
.TagClassName
{
border-color: #8B2047;
}
</style>