Shades of Disco #8A153E
Tints of Disco #8A153E
RGB
CMYK
RGB Variations
Color information
#8A153E (or 0x8A153E) is known color: Disco. HEX triplet: 8A, 15 and 3E. RGB value is (138,21,62). Sum of RGB (Red+Green+Blue) = 138+21+62=221 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.44% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 138 - color contains mainly: red. Hex color #8A153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A153E is #75EAC1. Grayscale: #3C3C3C. Windows color (decimal): -7727810 or 4068746. OLE color: 4068746.
HSL color Cylindrical-coordinate representation of color #8A153E: hue angle of 338.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A153E is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 62 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.46 |
| HSL | 338.97º | 0.74% | 0.31% | - |
| HSV(B) | 338.97º | 0.85% | 0.54% | - |
| XYZ | 11.62 | 6.29 | 5.16 | - |
| YUV | 60.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 62 | 0 | 0.85 | 0.55 | 0.46 | 338.97 | 0.74 | 0.31 |
| Hex | 8A | 15 | 3E | 0 | 55 | 37 | 2E | 153 | 4A | 1F |
| Octal | 212 | 25 | 76 | 0 | 125 | 67 | 56 | 523 | 112 | 37 |
| Binary | 10001010 | 10101 | 111110 | 0 | 1010101 | 110111 | 101110 | 101010011 | 1001010 | 11111 |
Color Harmonies of #8A153E
Complementary color
Monochromatic Colors of #8A153E
Black with #8A153E
Text Example
Text Example
White with #8A153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A153E; }
p { color: rgb(138,21,62); }
H1.HeaderClassName
{
color: #8A153E;
}
.AnyTagClassName
{
color: #8A153E;
}
</style>
background-color css
<style>
a { background-color: #8A153E; }
a { background-color: rgb(138,21,62); }
div.DivClassName
{
background-color: #8A153E;
}
.BgClassName
{
background-color: #8A153E;
}
</style>
border-color css
<style>
span { border-color: #8A153E; }
span { border-color: rgb(138,21,62); }
td.TdClassName
{
border-color: #8A153E;
}
.TagClassName
{
border-color: #8A153E;
}
</style>