Shades of Disco #8A1549
Tints of Disco #8A1549
RGB
CMYK
RGB Variations
Color information
#8A1549 (or 0x8A1549) is known color: Disco. HEX triplet: 8A, 15 and 49. RGB value is (138,21,73). Sum of RGB (Red+Green+Blue) = 138+21+73=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1549 is #75EAB6. Grayscale: #3D3D3D. Windows color (decimal): -7727799 or 4789642. OLE color: 4789642.
HSL color Cylindrical-coordinate representation of color #8A1549: hue angle of 333.33º 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 #8A1549 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 73 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.46 |
| HSL | 333.33º | 0.74% | 0.31% | - |
| HSV(B) | 333.33º | 0.85% | 0.54% | - |
| XYZ | 11.95 | 6.42 | 6.91 | - |
| YUV | 61.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 73 | 0 | 0.85 | 0.47 | 0.46 | 333.33 | 0.74 | 0.31 |
| Hex | 8A | 15 | 49 | 0 | 55 | 2F | 2E | 14D | 4A | 1F |
| Octal | 212 | 25 | 111 | 0 | 125 | 57 | 56 | 515 | 112 | 37 |
| Binary | 10001010 | 10101 | 1001001 | 0 | 1010101 | 101111 | 101110 | 101001101 | 1001010 | 11111 |
Color Harmonies of #8A1549
Complementary color
Monochromatic Colors of #8A1549
Black with #8A1549
Text Example
Text Example
White with #8A1549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1549; }
p { color: rgb(138,21,73); }
H1.HeaderClassName
{
color: #8A1549;
}
.AnyTagClassName
{
color: #8A1549;
}
</style>
background-color css
<style>
a { background-color: #8A1549; }
a { background-color: rgb(138,21,73); }
div.DivClassName
{
background-color: #8A1549;
}
.BgClassName
{
background-color: #8A1549;
}
</style>
border-color css
<style>
span { border-color: #8A1549; }
span { border-color: rgb(138,21,73); }
td.TdClassName
{
border-color: #8A1549;
}
.TagClassName
{
border-color: #8A1549;
}
</style>