Shades of Disco #8B3552
Tints of Disco #8B3552
RGB
CMYK
RGB Variations
Color information
#8B3552 (or 0x8B3552) is known color: Disco. HEX triplet: 8B, 35 and 52. RGB value is (139,53,82). Sum of RGB (Red+Green+Blue) = 139+53+82=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3552 is #74CAAD. Grayscale: #515151. Windows color (decimal): -7654062 or 5387659. OLE color: 5387659.
HSL color Cylindrical-coordinate representation of color #8B3552: hue angle of 339.77º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B3552 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 82 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.45 |
| HSL | 339.77º | 0.45% | 0.38% | - |
| HSV(B) | 339.77º | 0.62% | 0.55% | - |
| XYZ | 13.44 | 8.64 | 8.94 | - |
| YUV | 82.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 82 | 0 | 0.62 | 0.41 | 0.45 | 339.77 | 0.45 | 0.38 |
| Hex | 8B | 35 | 52 | 0 | 3E | 29 | 2D | 154 | 2D | 26 |
| Octal | 213 | 65 | 122 | 0 | 76 | 51 | 55 | 524 | 55 | 46 |
| Binary | 10001011 | 110101 | 1010010 | 0 | 111110 | 101001 | 101101 | 101010100 | 101101 | 100110 |
Color Harmonies of #8B3552
Complementary color
Monochromatic Colors of #8B3552
Black with #8B3552
Text Example
Text Example
White with #8B3552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3552; }
p { color: rgb(139,53,82); }
H1.HeaderClassName
{
color: #8B3552;
}
.AnyTagClassName
{
color: #8B3552;
}
</style>
background-color css
<style>
a { background-color: #8B3552; }
a { background-color: rgb(139,53,82); }
div.DivClassName
{
background-color: #8B3552;
}
.BgClassName
{
background-color: #8B3552;
}
</style>
border-color css
<style>
span { border-color: #8B3552; }
span { border-color: rgb(139,53,82); }
td.TdClassName
{
border-color: #8B3552;
}
.TagClassName
{
border-color: #8B3552;
}
</style>