Shades of Disco #8A1D49
Tints of Disco #8A1D49
RGB
CMYK
RGB Variations
Color information
#8A1D49 (or 0x8A1D49) is known color: Disco. HEX triplet: 8A, 1D and 49. RGB value is (138,29,73). Sum of RGB (Red+Green+Blue) = 138+29+73=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1D49 is #75E2B6. Grayscale: #424242. Windows color (decimal): -7725751 or 4791690. OLE color: 4791690.
HSL color Cylindrical-coordinate representation of color #8A1D49: hue angle of 335.78º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A1D49 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 29 | 73 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.46 |
| HSL | 335.78º | 0.65% | 0.33% | - |
| HSV(B) | 335.78º | 0.79% | 0.54% | - |
| XYZ | 12.12 | 6.76 | 6.97 | - |
| YUV | 66.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 73 | 0 | 0.79 | 0.47 | 0.46 | 335.78 | 0.65 | 0.33 |
| Hex | 8A | 1D | 49 | 0 | 4F | 2F | 2E | 150 | 41 | 21 |
| Octal | 212 | 35 | 111 | 0 | 117 | 57 | 56 | 520 | 101 | 41 |
| Binary | 10001010 | 11101 | 1001001 | 0 | 1001111 | 101111 | 101110 | 101010000 | 1000001 | 100001 |
Color Harmonies of #8A1D49
Complementary color
Monochromatic Colors of #8A1D49
Black with #8A1D49
Text Example
Text Example
White with #8A1D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1D49; }
p { color: rgb(138,29,73); }
H1.HeaderClassName
{
color: #8A1D49;
}
.AnyTagClassName
{
color: #8A1D49;
}
</style>
background-color css
<style>
a { background-color: #8A1D49; }
a { background-color: rgb(138,29,73); }
div.DivClassName
{
background-color: #8A1D49;
}
.BgClassName
{
background-color: #8A1D49;
}
</style>
border-color css
<style>
span { border-color: #8A1D49; }
span { border-color: rgb(138,29,73); }
td.TdClassName
{
border-color: #8A1D49;
}
.TagClassName
{
border-color: #8A1D49;
}
</style>