Shades of Disco #8A1D41
Tints of Disco #8A1D41
RGB
CMYK
RGB Variations
Color information
#8A1D41 (or 0x8A1D41) is known color: Disco. HEX triplet: 8A, 1D and 41. RGB value is (138,29,65). Sum of RGB (Red+Green+Blue) = 138+29+65=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1D41 is #75E2BE. Grayscale: #414141. Windows color (decimal): -7725759 or 4267402. OLE color: 4267402.
HSL color Cylindrical-coordinate representation of color #8A1D41: hue angle of 340.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A1D41 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 29 | 65 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.46 |
| HSL | 340.18º | 0.65% | 0.33% | - |
| HSV(B) | 340.18º | 0.79% | 0.54% | - |
| XYZ | 11.87 | 6.66 | 5.66 | - |
| YUV | 65.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 65 | 0 | 0.79 | 0.53 | 0.46 | 340.18 | 0.65 | 0.33 |
| Hex | 8A | 1D | 41 | 0 | 4F | 35 | 2E | 154 | 41 | 21 |
| Octal | 212 | 35 | 101 | 0 | 117 | 65 | 56 | 524 | 101 | 41 |
| Binary | 10001010 | 11101 | 1000001 | 0 | 1001111 | 110101 | 101110 | 101010100 | 1000001 | 100001 |
Color Harmonies of #8A1D41
Complementary color
Monochromatic Colors of #8A1D41
Black with #8A1D41
Text Example
Text Example
White with #8A1D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1D41; }
p { color: rgb(138,29,65); }
H1.HeaderClassName
{
color: #8A1D41;
}
.AnyTagClassName
{
color: #8A1D41;
}
</style>
background-color css
<style>
a { background-color: #8A1D41; }
a { background-color: rgb(138,29,65); }
div.DivClassName
{
background-color: #8A1D41;
}
.BgClassName
{
background-color: #8A1D41;
}
</style>
border-color css
<style>
span { border-color: #8A1D41; }
span { border-color: rgb(138,29,65); }
td.TdClassName
{
border-color: #8A1D41;
}
.TagClassName
{
border-color: #8A1D41;
}
</style>