Shades of Disco #8A1444
Tints of Disco #8A1444
RGB
CMYK
RGB Variations
Color information
#8A1444 (or 0x8A1444) is known color: Disco. HEX triplet: 8A, 14 and 44. RGB value is (138,20,68). Sum of RGB (Red+Green+Blue) = 138+20+68=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1444 is #75EBBB. Grayscale: #3C3C3C. Windows color (decimal): -7728060 or 4461706. OLE color: 4461706.
HSL color Cylindrical-coordinate representation of color #8A1444: hue angle of 335.59º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1444 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 20 | 68 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.46 |
| HSL | 335.59º | 0.75% | 0.31% | - |
| HSV(B) | 335.59º | 0.86% | 0.54% | - |
| XYZ | 11.77 | 6.32 | 6.07 | - |
| YUV | 60.75 | 132.09 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 20 | 68 | 0 | 0.86 | 0.51 | 0.46 | 335.59 | 0.75 | 0.31 |
| Hex | 8A | 14 | 44 | 0 | 56 | 33 | 2E | 150 | 4B | 1F |
| Octal | 212 | 24 | 104 | 0 | 126 | 63 | 56 | 520 | 113 | 37 |
| Binary | 10001010 | 10100 | 1000100 | 0 | 1010110 | 110011 | 101110 | 101010000 | 1001011 | 11111 |
Color Harmonies of #8A1444
Complementary color
Monochromatic Colors of #8A1444
Black with #8A1444
Text Example
Text Example
White with #8A1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1444; }
p { color: rgb(138,20,68); }
H1.HeaderClassName
{
color: #8A1444;
}
.AnyTagClassName
{
color: #8A1444;
}
</style>
background-color css
<style>
a { background-color: #8A1444; }
a { background-color: rgb(138,20,68); }
div.DivClassName
{
background-color: #8A1444;
}
.BgClassName
{
background-color: #8A1444;
}
</style>
border-color css
<style>
span { border-color: #8A1444; }
span { border-color: rgb(138,20,68); }
td.TdClassName
{
border-color: #8A1444;
}
.TagClassName
{
border-color: #8A1444;
}
</style>