Shades of Disco #8A1647
Tints of Disco #8A1647
RGB
CMYK
RGB Variations
Color information
#8A1647 (or 0x8A1647) is known color: Disco. HEX triplet: 8A, 16 and 47. RGB value is (138,22,71). Sum of RGB (Red+Green+Blue) = 138+22+71=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1647 is #75E9B8. Grayscale: #3E3E3E. Windows color (decimal): -7727545 or 4658826. OLE color: 4658826.
HSL color Cylindrical-coordinate representation of color #8A1647: hue angle of 334.66º 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 #8A1647 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 71 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.46 |
| HSL | 334.66º | 0.73% | 0.31% | - |
| HSV(B) | 334.66º | 0.84% | 0.54% | - |
| XYZ | 11.91 | 6.43 | 6.58 | - |
| YUV | 62.27 | 132.93 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 71 | 0 | 0.84 | 0.49 | 0.46 | 334.66 | 0.73 | 0.31 |
| Hex | 8A | 16 | 47 | 0 | 54 | 31 | 2E | 14F | 48 | 1F |
| Octal | 212 | 26 | 107 | 0 | 124 | 61 | 56 | 517 | 110 | 37 |
| Binary | 10001010 | 10110 | 1000111 | 0 | 1010100 | 110001 | 101110 | 101001111 | 1001000 | 11111 |
Color Harmonies of #8A1647
Complementary color
Monochromatic Colors of #8A1647
Black with #8A1647
Text Example
Text Example
White with #8A1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1647; }
p { color: rgb(138,22,71); }
H1.HeaderClassName
{
color: #8A1647;
}
.AnyTagClassName
{
color: #8A1647;
}
</style>
background-color css
<style>
a { background-color: #8A1647; }
a { background-color: rgb(138,22,71); }
div.DivClassName
{
background-color: #8A1647;
}
.BgClassName
{
background-color: #8A1647;
}
</style>
border-color css
<style>
span { border-color: #8A1647; }
span { border-color: rgb(138,22,71); }
td.TdClassName
{
border-color: #8A1647;
}
.TagClassName
{
border-color: #8A1647;
}
</style>