Shades of Disco #8A1A47
Tints of Disco #8A1A47
RGB
CMYK
RGB Variations
Color information
#8A1A47 (or 0x8A1A47) is known color: Disco. HEX triplet: 8A, 1A and 47. RGB value is (138,26,71). Sum of RGB (Red+Green+Blue) = 138+26+71=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1A47 is #75E5B8. Grayscale: #404040. Windows color (decimal): -7726521 or 4659850. OLE color: 4659850.
HSL color Cylindrical-coordinate representation of color #8A1A47: hue angle of 335.89º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1A47 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 26 | 71 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.46 |
| HSL | 335.89º | 0.68% | 0.32% | - |
| HSV(B) | 335.89º | 0.81% | 0.54% | - |
| XYZ | 11.99 | 6.6 | 6.6 | - |
| YUV | 64.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 71 | 0 | 0.81 | 0.49 | 0.46 | 335.89 | 0.68 | 0.32 |
| Hex | 8A | 1A | 47 | 0 | 51 | 31 | 2E | 150 | 44 | 20 |
| Octal | 212 | 32 | 107 | 0 | 121 | 61 | 56 | 520 | 104 | 40 |
| Binary | 10001010 | 11010 | 1000111 | 0 | 1010001 | 110001 | 101110 | 101010000 | 1000100 | 100000 |
Color Harmonies of #8A1A47
Complementary color
Monochromatic Colors of #8A1A47
Black with #8A1A47
Text Example
Text Example
White with #8A1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1A47; }
p { color: rgb(138,26,71); }
H1.HeaderClassName
{
color: #8A1A47;
}
.AnyTagClassName
{
color: #8A1A47;
}
</style>
background-color css
<style>
a { background-color: #8A1A47; }
a { background-color: rgb(138,26,71); }
div.DivClassName
{
background-color: #8A1A47;
}
.BgClassName
{
background-color: #8A1A47;
}
</style>
border-color css
<style>
span { border-color: #8A1A47; }
span { border-color: rgb(138,26,71); }
td.TdClassName
{
border-color: #8A1A47;
}
.TagClassName
{
border-color: #8A1A47;
}
</style>