Shades of Disco #8A3048
Tints of Disco #8A3048
RGB
CMYK
RGB Variations
Color information
#8A3048 (or 0x8A3048) is known color: Disco. HEX triplet: 8A, 30 and 48. RGB value is (138,48,72). Sum of RGB (Red+Green+Blue) = 138+48+72=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3048 is #75CFB7. Grayscale: #4D4D4D. Windows color (decimal): -7720888 or 4731018. OLE color: 4731018.
HSL color Cylindrical-coordinate representation of color #8A3048: hue angle of 344º 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 #8A3048 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 72 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.46 |
| HSL | 344º | 0.48% | 0.36% | - |
| HSV(B) | 344º | 0.65% | 0.54% | - |
| XYZ | 12.71 | 7.99 | 7 | - |
| YUV | 77.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 72 | 0 | 0.65 | 0.48 | 0.46 | 344 | 0.48 | 0.36 |
| Hex | 8A | 30 | 48 | 0 | 41 | 30 | 2E | 158 | 30 | 24 |
| Octal | 212 | 60 | 110 | 0 | 101 | 60 | 56 | 530 | 60 | 44 |
| Binary | 10001010 | 110000 | 1001000 | 0 | 1000001 | 110000 | 101110 | 101011000 | 110000 | 100100 |
Color Harmonies of #8A3048
Complementary color
Monochromatic Colors of #8A3048
Black with #8A3048
Text Example
Text Example
White with #8A3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3048; }
p { color: rgb(138,48,72); }
H1.HeaderClassName
{
color: #8A3048;
}
.AnyTagClassName
{
color: #8A3048;
}
</style>
background-color css
<style>
a { background-color: #8A3048; }
a { background-color: rgb(138,48,72); }
div.DivClassName
{
background-color: #8A3048;
}
.BgClassName
{
background-color: #8A3048;
}
</style>
border-color css
<style>
span { border-color: #8A3048; }
span { border-color: rgb(138,48,72); }
td.TdClassName
{
border-color: #8A3048;
}
.TagClassName
{
border-color: #8A3048;
}
</style>