Shades of Disco #8A2042
Tints of Disco #8A2042
RGB
CMYK
RGB Variations
Color information
#8A2042 (or 0x8A2042) is known color: Disco. HEX triplet: 8A, 20 and 42. RGB value is (138,32,66). Sum of RGB (Red+Green+Blue) = 138+32+66=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2042 is #75DFBD. Grayscale: #434343. Windows color (decimal): -7724990 or 4333706. OLE color: 4333706.
HSL color Cylindrical-coordinate representation of color #8A2042: hue angle of 340.75º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2042 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 32 | 66 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.46 |
| HSL | 340.75º | 0.62% | 0.33% | - |
| HSV(B) | 340.75º | 0.77% | 0.54% | - |
| XYZ | 11.98 | 6.83 | 5.84 | - |
| YUV | 67.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 32 | 66 | 0 | 0.77 | 0.52 | 0.46 | 340.75 | 0.62 | 0.33 |
| Hex | 8A | 20 | 42 | 0 | 4D | 34 | 2E | 155 | 3E | 21 |
| Octal | 212 | 40 | 102 | 0 | 115 | 64 | 56 | 525 | 76 | 41 |
| Binary | 10001010 | 100000 | 1000010 | 0 | 1001101 | 110100 | 101110 | 101010101 | 111110 | 100001 |
Color Harmonies of #8A2042
Complementary color
Monochromatic Colors of #8A2042
Black with #8A2042
Text Example
Text Example
White with #8A2042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2042; }
p { color: rgb(138,32,66); }
H1.HeaderClassName
{
color: #8A2042;
}
.AnyTagClassName
{
color: #8A2042;
}
</style>
background-color css
<style>
a { background-color: #8A2042; }
a { background-color: rgb(138,32,66); }
div.DivClassName
{
background-color: #8A2042;
}
.BgClassName
{
background-color: #8A2042;
}
</style>
border-color css
<style>
span { border-color: #8A2042; }
span { border-color: rgb(138,32,66); }
td.TdClassName
{
border-color: #8A2042;
}
.TagClassName
{
border-color: #8A2042;
}
</style>