Shades of Disco #8A344C
Tints of Disco #8A344C
RGB
CMYK
RGB Variations
Color information
#8A344C (or 0x8A344C) is known color: Disco. HEX triplet: 8A, 34 and 4C. RGB value is (138,52,76). Sum of RGB (Red+Green+Blue) = 138+52+76=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A344C is #75CBB3. Grayscale: #505050. Windows color (decimal): -7719860 or 4994186. OLE color: 4994186.
HSL color Cylindrical-coordinate representation of color #8A344C: hue angle of 343.26º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A344C is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 52 | 76 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.46 |
| HSL | 343.26º | 0.45% | 0.37% | - |
| HSV(B) | 343.26º | 0.62% | 0.54% | - |
| XYZ | 13.01 | 8.38 | 7.77 | - |
| YUV | 80.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 76 | 0 | 0.62 | 0.45 | 0.46 | 343.26 | 0.45 | 0.37 |
| Hex | 8A | 34 | 4C | 0 | 3E | 2D | 2E | 157 | 2D | 25 |
| Octal | 212 | 64 | 114 | 0 | 76 | 55 | 56 | 527 | 55 | 45 |
| Binary | 10001010 | 110100 | 1001100 | 0 | 111110 | 101101 | 101110 | 101010111 | 101101 | 100101 |
Color Harmonies of #8A344C
Complementary color
Monochromatic Colors of #8A344C
Black with #8A344C
Text Example
Text Example
White with #8A344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A344C; }
p { color: rgb(138,52,76); }
H1.HeaderClassName
{
color: #8A344C;
}
.AnyTagClassName
{
color: #8A344C;
}
</style>
background-color css
<style>
a { background-color: #8A344C; }
a { background-color: rgb(138,52,76); }
div.DivClassName
{
background-color: #8A344C;
}
.BgClassName
{
background-color: #8A344C;
}
</style>
border-color css
<style>
span { border-color: #8A344C; }
span { border-color: rgb(138,52,76); }
td.TdClassName
{
border-color: #8A344C;
}
.TagClassName
{
border-color: #8A344C;
}
</style>