Shades of Disco #8B3147
Tints of Disco #8B3147
RGB
CMYK
RGB Variations
Color information
#8B3147 (or 0x8B3147) is known color: Disco. HEX triplet: 8B, 31 and 47. RGB value is (139,49,71). Sum of RGB (Red+Green+Blue) = 139+49+71=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3147 is #74CEB8. Grayscale: #4E4E4E. Windows color (decimal): -7655097 or 4665739. OLE color: 4665739.
HSL color Cylindrical-coordinate representation of color #8B3147: hue angle of 345.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3147 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 49 | 71 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.45 |
| HSL | 345.33º | 0.48% | 0.37% | - |
| HSV(B) | 345.33º | 0.65% | 0.55% | - |
| XYZ | 12.88 | 8.14 | 6.85 | - |
| YUV | 78.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 49 | 71 | 0 | 0.65 | 0.49 | 0.45 | 345.33 | 0.48 | 0.37 |
| Hex | 8B | 31 | 47 | 0 | 41 | 31 | 2D | 159 | 30 | 25 |
| Octal | 213 | 61 | 107 | 0 | 101 | 61 | 55 | 531 | 60 | 45 |
| Binary | 10001011 | 110001 | 1000111 | 0 | 1000001 | 110001 | 101101 | 101011001 | 110000 | 100101 |
Color Harmonies of #8B3147
Complementary color
Monochromatic Colors of #8B3147
Black with #8B3147
Text Example
Text Example
White with #8B3147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3147; }
p { color: rgb(139,49,71); }
H1.HeaderClassName
{
color: #8B3147;
}
.AnyTagClassName
{
color: #8B3147;
}
</style>
background-color css
<style>
a { background-color: #8B3147; }
a { background-color: rgb(139,49,71); }
div.DivClassName
{
background-color: #8B3147;
}
.BgClassName
{
background-color: #8B3147;
}
</style>
border-color css
<style>
span { border-color: #8B3147; }
span { border-color: rgb(139,49,71); }
td.TdClassName
{
border-color: #8B3147;
}
.TagClassName
{
border-color: #8B3147;
}
</style>