Shades of Disco #8A1D44
Tints of Disco #8A1D44
RGB
CMYK
RGB Variations
Color information
#8A1D44 (or 0x8A1D44) is known color: Disco. HEX triplet: 8A, 1D and 44. RGB value is (138,29,68). Sum of RGB (Red+Green+Blue) = 138+29+68=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1D44 is #75E2BB. Grayscale: #414141. Windows color (decimal): -7725756 or 4464010. OLE color: 4464010.
HSL color Cylindrical-coordinate representation of color #8A1D44: hue angle of 338.53º 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 #8A1D44 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 29 | 68 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.46 |
| HSL | 338.53º | 0.65% | 0.33% | - |
| HSV(B) | 338.53º | 0.79% | 0.54% | - |
| XYZ | 11.96 | 6.7 | 6.13 | - |
| YUV | 66.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 68 | 0 | 0.79 | 0.51 | 0.46 | 338.53 | 0.65 | 0.33 |
| Hex | 8A | 1D | 44 | 0 | 4F | 33 | 2E | 153 | 41 | 21 |
| Octal | 212 | 35 | 104 | 0 | 117 | 63 | 56 | 523 | 101 | 41 |
| Binary | 10001010 | 11101 | 1000100 | 0 | 1001111 | 110011 | 101110 | 101010011 | 1000001 | 100001 |
Color Harmonies of #8A1D44
Complementary color
Monochromatic Colors of #8A1D44
Black with #8A1D44
Text Example
Text Example
White with #8A1D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1D44; }
p { color: rgb(138,29,68); }
H1.HeaderClassName
{
color: #8A1D44;
}
.AnyTagClassName
{
color: #8A1D44;
}
</style>
background-color css
<style>
a { background-color: #8A1D44; }
a { background-color: rgb(138,29,68); }
div.DivClassName
{
background-color: #8A1D44;
}
.BgClassName
{
background-color: #8A1D44;
}
</style>
border-color css
<style>
span { border-color: #8A1D44; }
span { border-color: rgb(138,29,68); }
td.TdClassName
{
border-color: #8A1D44;
}
.TagClassName
{
border-color: #8A1D44;
}
</style>