Shades of Disco #8B344C
Tints of Disco #8B344C
RGB
CMYK
RGB Variations
Color information
#8B344C (or 0x8B344C) is known color: Disco. HEX triplet: 8B, 34 and 4C. RGB value is (139,52,76). Sum of RGB (Red+Green+Blue) = 139+52+76=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B344C is #74CBB3. Grayscale: #505050. Windows color (decimal): -7654324 or 4994187. OLE color: 4994187.
HSL color Cylindrical-coordinate representation of color #8B344C: hue angle of 343.45º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B344C is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 52 | 76 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.45 |
| HSL | 343.45º | 0.46% | 0.37% | - |
| HSV(B) | 343.45º | 0.63% | 0.55% | - |
| XYZ | 13.18 | 8.47 | 7.78 | - |
| YUV | 80.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 76 | 0 | 0.63 | 0.45 | 0.45 | 343.45 | 0.46 | 0.37 |
| Hex | 8B | 34 | 4C | 0 | 3F | 2D | 2D | 157 | 2E | 25 |
| Octal | 213 | 64 | 114 | 0 | 77 | 55 | 55 | 527 | 56 | 45 |
| Binary | 10001011 | 110100 | 1001100 | 0 | 111111 | 101101 | 101101 | 101010111 | 101110 | 100101 |
Color Harmonies of #8B344C
Complementary color
Monochromatic Colors of #8B344C
Black with #8B344C
Text Example
Text Example
White with #8B344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B344C; }
p { color: rgb(139,52,76); }
H1.HeaderClassName
{
color: #8B344C;
}
.AnyTagClassName
{
color: #8B344C;
}
</style>
background-color css
<style>
a { background-color: #8B344C; }
a { background-color: rgb(139,52,76); }
div.DivClassName
{
background-color: #8B344C;
}
.BgClassName
{
background-color: #8B344C;
}
</style>
border-color css
<style>
span { border-color: #8B344C; }
span { border-color: rgb(139,52,76); }
td.TdClassName
{
border-color: #8B344C;
}
.TagClassName
{
border-color: #8B344C;
}
</style>