Shades of Disco #8A1A40
Tints of Disco #8A1A40
RGB
CMYK
RGB Variations
Color information
#8A1A40 (or 0x8A1A40) is known color: Disco. HEX triplet: 8A, 1A and 40. RGB value is (138,26,64). Sum of RGB (Red+Green+Blue) = 138+26+64=228 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.53% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1A40 is #75E5BF. Grayscale: #3F3F3F. Windows color (decimal): -7726528 or 4201098. OLE color: 4201098.
HSL color Cylindrical-coordinate representation of color #8A1A40: hue angle of 339.64º 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 #8A1A40 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 26 | 64 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.46 |
| HSL | 339.64º | 0.68% | 0.32% | - |
| HSV(B) | 339.64º | 0.81% | 0.54% | - |
| XYZ | 11.78 | 6.51 | 5.49 | - |
| YUV | 63.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 64 | 0 | 0.81 | 0.54 | 0.46 | 339.64 | 0.68 | 0.32 |
| Hex | 8A | 1A | 40 | 0 | 51 | 36 | 2E | 154 | 44 | 20 |
| Octal | 212 | 32 | 100 | 0 | 121 | 66 | 56 | 524 | 104 | 40 |
| Binary | 10001010 | 11010 | 1000000 | 0 | 1010001 | 110110 | 101110 | 101010100 | 1000100 | 100000 |
Color Harmonies of #8A1A40
Complementary color
Monochromatic Colors of #8A1A40
Black with #8A1A40
Text Example
Text Example
White with #8A1A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1A40; }
p { color: rgb(138,26,64); }
H1.HeaderClassName
{
color: #8A1A40;
}
.AnyTagClassName
{
color: #8A1A40;
}
</style>
background-color css
<style>
a { background-color: #8A1A40; }
a { background-color: rgb(138,26,64); }
div.DivClassName
{
background-color: #8A1A40;
}
.BgClassName
{
background-color: #8A1A40;
}
</style>
border-color css
<style>
span { border-color: #8A1A40; }
span { border-color: rgb(138,26,64); }
td.TdClassName
{
border-color: #8A1A40;
}
.TagClassName
{
border-color: #8A1A40;
}
</style>