Shades of Disco #8A3049
Tints of Disco #8A3049
RGB
CMYK
RGB Variations
Color information
#8A3049 (or 0x8A3049) is known color: Disco. HEX triplet: 8A, 30 and 49. RGB value is (138,48,73). Sum of RGB (Red+Green+Blue) = 138+48+73=259 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.28% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3049 is #75CFB6. Grayscale: #4D4D4D. Windows color (decimal): -7720887 or 4796554. OLE color: 4796554.
HSL color Cylindrical-coordinate representation of color #8A3049: hue angle of 343.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3049 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 73 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.46 |
| HSL | 343.33º | 0.48% | 0.36% | - |
| HSV(B) | 343.33º | 0.65% | 0.54% | - |
| XYZ | 12.74 | 8 | 7.18 | - |
| YUV | 77.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 73 | 0 | 0.65 | 0.47 | 0.46 | 343.33 | 0.48 | 0.36 |
| Hex | 8A | 30 | 49 | 0 | 41 | 2F | 2E | 157 | 30 | 24 |
| Octal | 212 | 60 | 111 | 0 | 101 | 57 | 56 | 527 | 60 | 44 |
| Binary | 10001010 | 110000 | 1001001 | 0 | 1000001 | 101111 | 101110 | 101010111 | 110000 | 100100 |
Color Harmonies of #8A3049
Complementary color
Monochromatic Colors of #8A3049
Black with #8A3049
Text Example
Text Example
White with #8A3049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3049; }
p { color: rgb(138,48,73); }
H1.HeaderClassName
{
color: #8A3049;
}
.AnyTagClassName
{
color: #8A3049;
}
</style>
background-color css
<style>
a { background-color: #8A3049; }
a { background-color: rgb(138,48,73); }
div.DivClassName
{
background-color: #8A3049;
}
.BgClassName
{
background-color: #8A3049;
}
</style>
border-color css
<style>
span { border-color: #8A3049; }
span { border-color: rgb(138,48,73); }
td.TdClassName
{
border-color: #8A3049;
}
.TagClassName
{
border-color: #8A3049;
}
</style>