Shades of Disco #8A1B40
Tints of Disco #8A1B40
RGB
CMYK
RGB Variations
Color information
#8A1B40 (or 0x8A1B40) is known color: Disco. HEX triplet: 8A, 1B and 40. RGB value is (138,27,64). Sum of RGB (Red+Green+Blue) = 138+27+64=229 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.26% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1B40 is #75E4BF. Grayscale: #404040. Windows color (decimal): -7726272 or 4201354. OLE color: 4201354.
HSL color Cylindrical-coordinate representation of color #8A1B40: hue angle of 340º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1B40 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 27 | 64 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.46 |
| HSL | 340º | 0.67% | 0.32% | - |
| HSV(B) | 340º | 0.8% | 0.54% | - |
| XYZ | 11.8 | 6.56 | 5.49 | - |
| YUV | 64.41 | 127.77 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 64 | 0 | 0.80 | 0.54 | 0.46 | 340 | 0.67 | 0.32 |
| Hex | 8A | 1B | 40 | 0 | 50 | 36 | 2E | 154 | 43 | 20 |
| Octal | 212 | 33 | 100 | 0 | 120 | 66 | 56 | 524 | 103 | 40 |
| Binary | 10001010 | 11011 | 1000000 | 0 | 1010000 | 110110 | 101110 | 101010100 | 1000011 | 100000 |
Color Harmonies of #8A1B40
Complementary color
Monochromatic Colors of #8A1B40
Black with #8A1B40
Text Example
Text Example
White with #8A1B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1B40; }
p { color: rgb(138,27,64); }
H1.HeaderClassName
{
color: #8A1B40;
}
.AnyTagClassName
{
color: #8A1B40;
}
</style>
background-color css
<style>
a { background-color: #8A1B40; }
a { background-color: rgb(138,27,64); }
div.DivClassName
{
background-color: #8A1B40;
}
.BgClassName
{
background-color: #8A1B40;
}
</style>
border-color css
<style>
span { border-color: #8A1B40; }
span { border-color: rgb(138,27,64); }
td.TdClassName
{
border-color: #8A1B40;
}
.TagClassName
{
border-color: #8A1B40;
}
</style>