Shades of Disco #8A2D46
Tints of Disco #8A2D46
RGB
CMYK
RGB Variations
Color information
#8A2D46 (or 0x8A2D46) is known color: Disco. HEX triplet: 8A, 2D and 46. RGB value is (138,45,70). Sum of RGB (Red+Green+Blue) = 138+45+70=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D46 is #75D2B9. Grayscale: #4B4B4B. Windows color (decimal): -7721658 or 4599178. OLE color: 4599178.
HSL color Cylindrical-coordinate representation of color #8A2D46: hue angle of 343.87º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2D46 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 70 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.46 |
| HSL | 343.87º | 0.51% | 0.36% | - |
| HSV(B) | 343.87º | 0.67% | 0.54% | - |
| XYZ | 12.53 | 7.72 | 6.62 | - |
| YUV | 75.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 70 | 0 | 0.67 | 0.49 | 0.46 | 343.87 | 0.51 | 0.36 |
| Hex | 8A | 2D | 46 | 0 | 43 | 31 | 2E | 158 | 33 | 24 |
| Octal | 212 | 55 | 106 | 0 | 103 | 61 | 56 | 530 | 63 | 44 |
| Binary | 10001010 | 101101 | 1000110 | 0 | 1000011 | 110001 | 101110 | 101011000 | 110011 | 100100 |
Color Harmonies of #8A2D46
Complementary color
Monochromatic Colors of #8A2D46
Black with #8A2D46
Text Example
Text Example
White with #8A2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D46; }
p { color: rgb(138,45,70); }
H1.HeaderClassName
{
color: #8A2D46;
}
.AnyTagClassName
{
color: #8A2D46;
}
</style>
background-color css
<style>
a { background-color: #8A2D46; }
a { background-color: rgb(138,45,70); }
div.DivClassName
{
background-color: #8A2D46;
}
.BgClassName
{
background-color: #8A2D46;
}
</style>
border-color css
<style>
span { border-color: #8A2D46; }
span { border-color: rgb(138,45,70); }
td.TdClassName
{
border-color: #8A2D46;
}
.TagClassName
{
border-color: #8A2D46;
}
</style>