Shades of Disco #8A1445
Tints of Disco #8A1445
RGB
CMYK
RGB Variations
Color information
#8A1445 (or 0x8A1445) is known color: Disco. HEX triplet: 8A, 14 and 45. RGB value is (138,20,69). Sum of RGB (Red+Green+Blue) = 138+20+69=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1445 is #75EBBA. Grayscale: #3C3C3C. Windows color (decimal): -7728059 or 4527242. OLE color: 4527242.
HSL color Cylindrical-coordinate representation of color #8A1445: hue angle of 335.08º 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 #8A1445 is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 20 | 69 | - |
| CMYK | 0 | 0.86 | 0.5 | 0.46 |
| HSL | 335.08º | 0.75% | 0.31% | - |
| HSV(B) | 335.08º | 0.86% | 0.54% | - |
| XYZ | 11.81 | 6.33 | 6.23 | - |
| YUV | 60.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 20 | 69 | 0 | 0.86 | 0.5 | 0.46 | 335.08 | 0.75 | 0.31 |
| Hex | 8A | 14 | 45 | 0 | 56 | 32 | 2E | 14F | 4B | 1F |
| Octal | 212 | 24 | 105 | 0 | 126 | 62 | 56 | 517 | 113 | 37 |
| Binary | 10001010 | 10100 | 1000101 | 0 | 1010110 | 110010 | 101110 | 101001111 | 1001011 | 11111 |
Color Harmonies of #8A1445
Complementary color
Monochromatic Colors of #8A1445
Black with #8A1445
Text Example
Text Example
White with #8A1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1445; }
p { color: rgb(138,20,69); }
H1.HeaderClassName
{
color: #8A1445;
}
.AnyTagClassName
{
color: #8A1445;
}
</style>
background-color css
<style>
a { background-color: #8A1445; }
a { background-color: rgb(138,20,69); }
div.DivClassName
{
background-color: #8A1445;
}
.BgClassName
{
background-color: #8A1445;
}
</style>
border-color css
<style>
span { border-color: #8A1445; }
span { border-color: rgb(138,20,69); }
td.TdClassName
{
border-color: #8A1445;
}
.TagClassName
{
border-color: #8A1445;
}
</style>