Shades of Disco #8B2247
Tints of Disco #8B2247
RGB
CMYK
RGB Variations
Color information
#8B2247 (or 0x8B2247) is known color: Disco. HEX triplet: 8B, 22 and 47. RGB value is (139,34,71). Sum of RGB (Red+Green+Blue) = 139+34+71=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2247 is #74DDB8. Grayscale: #454545. Windows color (decimal): -7658937 or 4661899. OLE color: 4661899.
HSL color Cylindrical-coordinate representation of color #8B2247: hue angle of 338.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2247 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 71 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.45 |
| HSL | 338.86º | 0.61% | 0.34% | - |
| HSV(B) | 338.86º | 0.76% | 0.55% | - |
| XYZ | 12.36 | 7.09 | 6.68 | - |
| YUV | 69.61 | 128.79 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 71 | 0 | 0.76 | 0.49 | 0.45 | 338.86 | 0.61 | 0.34 |
| Hex | 8B | 22 | 47 | 0 | 4C | 31 | 2D | 153 | 3D | 22 |
| Octal | 213 | 42 | 107 | 0 | 114 | 61 | 55 | 523 | 75 | 42 |
| Binary | 10001011 | 100010 | 1000111 | 0 | 1001100 | 110001 | 101101 | 101010011 | 111101 | 100010 |
Color Harmonies of #8B2247
Complementary color
Monochromatic Colors of #8B2247
Black with #8B2247
Text Example
Text Example
White with #8B2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2247; }
p { color: rgb(139,34,71); }
H1.HeaderClassName
{
color: #8B2247;
}
.AnyTagClassName
{
color: #8B2247;
}
</style>
background-color css
<style>
a { background-color: #8B2247; }
a { background-color: rgb(139,34,71); }
div.DivClassName
{
background-color: #8B2247;
}
.BgClassName
{
background-color: #8B2247;
}
</style>
border-color css
<style>
span { border-color: #8B2247; }
span { border-color: rgb(139,34,71); }
td.TdClassName
{
border-color: #8B2247;
}
.TagClassName
{
border-color: #8B2247;
}
</style>