Shades of Disco #8A1846
Tints of Disco #8A1846
RGB
CMYK
RGB Variations
Color information
#8A1846 (or 0x8A1846) is known color: Disco. HEX triplet: 8A, 18 and 46. RGB value is (138,24,70). Sum of RGB (Red+Green+Blue) = 138+24+70=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1846 is #75E7B9. Grayscale: #3F3F3F. Windows color (decimal): -7727034 or 4593802. OLE color: 4593802.
HSL color Cylindrical-coordinate representation of color #8A1846: hue angle of 335.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1846 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 70 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.46 |
| HSL | 335.79º | 0.7% | 0.32% | - |
| HSV(B) | 335.79º | 0.83% | 0.54% | - |
| XYZ | 11.91 | 6.5 | 6.42 | - |
| YUV | 63.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 70 | 0 | 0.83 | 0.49 | 0.46 | 335.79 | 0.7 | 0.32 |
| Hex | 8A | 18 | 46 | 0 | 53 | 31 | 2E | 150 | 46 | 20 |
| Octal | 212 | 30 | 106 | 0 | 123 | 61 | 56 | 520 | 106 | 40 |
| Binary | 10001010 | 11000 | 1000110 | 0 | 1010011 | 110001 | 101110 | 101010000 | 1000110 | 100000 |
Color Harmonies of #8A1846
Complementary color
Monochromatic Colors of #8A1846
Black with #8A1846
Text Example
Text Example
White with #8A1846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1846; }
p { color: rgb(138,24,70); }
H1.HeaderClassName
{
color: #8A1846;
}
.AnyTagClassName
{
color: #8A1846;
}
</style>
background-color css
<style>
a { background-color: #8A1846; }
a { background-color: rgb(138,24,70); }
div.DivClassName
{
background-color: #8A1846;
}
.BgClassName
{
background-color: #8A1846;
}
</style>
border-color css
<style>
span { border-color: #8A1846; }
span { border-color: rgb(138,24,70); }
td.TdClassName
{
border-color: #8A1846;
}
.TagClassName
{
border-color: #8A1846;
}
</style>