Shades of Disco #8A1E45
Tints of Disco #8A1E45
RGB
CMYK
RGB Variations
Color information
#8A1E45 (or 0x8A1E45) is known color: Disco. HEX triplet: 8A, 1E and 45. RGB value is (138,30,69). Sum of RGB (Red+Green+Blue) = 138+30+69=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1E45 is #75E1BA. Grayscale: #424242. Windows color (decimal): -7725499 or 4529802. OLE color: 4529802.
HSL color Cylindrical-coordinate representation of color #8A1E45: hue angle of 338.33º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1E45 is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 30 | 69 | - |
| CMYK | 0 | 0.78 | 0.5 | 0.46 |
| HSL | 338.33º | 0.64% | 0.33% | - |
| HSV(B) | 338.33º | 0.78% | 0.54% | - |
| XYZ | 12.02 | 6.76 | 6.3 | - |
| YUV | 66.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 69 | 0 | 0.78 | 0.5 | 0.46 | 338.33 | 0.64 | 0.33 |
| Hex | 8A | 1E | 45 | 0 | 4E | 32 | 2E | 152 | 40 | 21 |
| Octal | 212 | 36 | 105 | 0 | 116 | 62 | 56 | 522 | 100 | 41 |
| Binary | 10001010 | 11110 | 1000101 | 0 | 1001110 | 110010 | 101110 | 101010010 | 1000000 | 100001 |
Color Harmonies of #8A1E45
Complementary color
Monochromatic Colors of #8A1E45
Black with #8A1E45
Text Example
Text Example
White with #8A1E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1E45; }
p { color: rgb(138,30,69); }
H1.HeaderClassName
{
color: #8A1E45;
}
.AnyTagClassName
{
color: #8A1E45;
}
</style>
background-color css
<style>
a { background-color: #8A1E45; }
a { background-color: rgb(138,30,69); }
div.DivClassName
{
background-color: #8A1E45;
}
.BgClassName
{
background-color: #8A1E45;
}
</style>
border-color css
<style>
span { border-color: #8A1E45; }
span { border-color: rgb(138,30,69); }
td.TdClassName
{
border-color: #8A1E45;
}
.TagClassName
{
border-color: #8A1E45;
}
</style>