Shades of Disco #8D2346
Tints of Disco #8D2346
RGB
CMYK
RGB Variations
Color information
#8D2346 (or 0x8D2346) is known color: Disco. HEX triplet: 8D, 23 and 46. RGB value is (141,35,70). Sum of RGB (Red+Green+Blue) = 141+35+70=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2346 is #72DCB9. Grayscale: #464646. Windows color (decimal): -7527610 or 4596621. OLE color: 4596621.
HSL color Cylindrical-coordinate representation of color #8D2346: hue angle of 340.19º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2346 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 70 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.45 |
| HSL | 340.19º | 0.6% | 0.35% | - |
| HSV(B) | 340.19º | 0.75% | 0.55% | - |
| XYZ | 12.69 | 7.31 | 6.54 | - |
| YUV | 70.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 70 | 0 | 0.75 | 0.50 | 0.45 | 340.19 | 0.6 | 0.35 |
| Hex | 8D | 23 | 46 | 0 | 4B | 32 | 2D | 154 | 3C | 23 |
| Octal | 215 | 43 | 106 | 0 | 113 | 62 | 55 | 524 | 74 | 43 |
| Binary | 10001101 | 100011 | 1000110 | 0 | 1001011 | 110010 | 101101 | 101010100 | 111100 | 100011 |
Color Harmonies of #8D2346
Complementary color
Monochromatic Colors of #8D2346
Black with #8D2346
Text Example
Text Example
White with #8D2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2346; }
p { color: rgb(141,35,70); }
H1.HeaderClassName
{
color: #8D2346;
}
.AnyTagClassName
{
color: #8D2346;
}
</style>
background-color css
<style>
a { background-color: #8D2346; }
a { background-color: rgb(141,35,70); }
div.DivClassName
{
background-color: #8D2346;
}
.BgClassName
{
background-color: #8D2346;
}
</style>
border-color css
<style>
span { border-color: #8D2346; }
span { border-color: rgb(141,35,70); }
td.TdClassName
{
border-color: #8D2346;
}
.TagClassName
{
border-color: #8D2346;
}
</style>