Shades of Disco #8A1649
Tints of Disco #8A1649
RGB
CMYK
RGB Variations
Color information
#8A1649 (or 0x8A1649) is known color: Disco. HEX triplet: 8A, 16 and 49. RGB value is (138,22,73). Sum of RGB (Red+Green+Blue) = 138+22+73=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1649 is #75E9B6. Grayscale: #3E3E3E. Windows color (decimal): -7727543 or 4789898. OLE color: 4789898.
HSL color Cylindrical-coordinate representation of color #8A1649: hue angle of 333.62º 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 #8A1649 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 73 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.46 |
| HSL | 333.62º | 0.73% | 0.31% | - |
| HSV(B) | 333.62º | 0.84% | 0.54% | - |
| XYZ | 11.97 | 6.46 | 6.92 | - |
| YUV | 62.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 73 | 0 | 0.84 | 0.47 | 0.46 | 333.62 | 0.73 | 0.31 |
| Hex | 8A | 16 | 49 | 0 | 54 | 2F | 2E | 14E | 48 | 1F |
| Octal | 212 | 26 | 111 | 0 | 124 | 57 | 56 | 516 | 110 | 37 |
| Binary | 10001010 | 10110 | 1001001 | 0 | 1010100 | 101111 | 101110 | 101001110 | 1001000 | 11111 |
Color Harmonies of #8A1649
Complementary color
Monochromatic Colors of #8A1649
Black with #8A1649
Text Example
Text Example
White with #8A1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1649; }
p { color: rgb(138,22,73); }
H1.HeaderClassName
{
color: #8A1649;
}
.AnyTagClassName
{
color: #8A1649;
}
</style>
background-color css
<style>
a { background-color: #8A1649; }
a { background-color: rgb(138,22,73); }
div.DivClassName
{
background-color: #8A1649;
}
.BgClassName
{
background-color: #8A1649;
}
</style>
border-color css
<style>
span { border-color: #8A1649; }
span { border-color: rgb(138,22,73); }
td.TdClassName
{
border-color: #8A1649;
}
.TagClassName
{
border-color: #8A1649;
}
</style>