Shades of Disco #8A164A
Tints of Disco #8A164A
RGB
CMYK
RGB Variations
Color information
#8A164A (or 0x8A164A) is known color: Disco. HEX triplet: 8A, 16 and 4A. RGB value is (138,22,74). Sum of RGB (Red+Green+Blue) = 138+22+74=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A164A is #75E9B5. Grayscale: #3E3E3E. Windows color (decimal): -7727542 or 4855434. OLE color: 4855434.
HSL color Cylindrical-coordinate representation of color #8A164A: hue angle of 333.1º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A164A is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 74 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.46 |
| HSL | 333.1º | 0.73% | 0.31% | - |
| HSV(B) | 333.1º | 0.84% | 0.54% | - |
| XYZ | 12 | 6.47 | 7.1 | - |
| YUV | 62.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 74 | 0 | 0.84 | 0.46 | 0.46 | 333.1 | 0.73 | 0.31 |
| Hex | 8A | 16 | 4A | 0 | 54 | 2E | 2E | 14D | 48 | 1F |
| Octal | 212 | 26 | 112 | 0 | 124 | 56 | 56 | 515 | 110 | 37 |
| Binary | 10001010 | 10110 | 1001010 | 0 | 1010100 | 101110 | 101110 | 101001101 | 1001000 | 11111 |
Color Harmonies of #8A164A
Complementary color
Monochromatic Colors of #8A164A
Black with #8A164A
Text Example
Text Example
White with #8A164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A164A; }
p { color: rgb(138,22,74); }
H1.HeaderClassName
{
color: #8A164A;
}
.AnyTagClassName
{
color: #8A164A;
}
</style>
background-color css
<style>
a { background-color: #8A164A; }
a { background-color: rgb(138,22,74); }
div.DivClassName
{
background-color: #8A164A;
}
.BgClassName
{
background-color: #8A164A;
}
</style>
border-color css
<style>
span { border-color: #8A164A; }
span { border-color: rgb(138,22,74); }
td.TdClassName
{
border-color: #8A164A;
}
.TagClassName
{
border-color: #8A164A;
}
</style>