Shades of Disco #8D2349
Tints of Disco #8D2349
RGB
CMYK
RGB Variations
Color information
#8D2349 (or 0x8D2349) is known color: Disco. HEX triplet: 8D, 23 and 49. RGB value is (141,35,73). Sum of RGB (Red+Green+Blue) = 141+35+73=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2349 is #72DCB6. Grayscale: #464646. Windows color (decimal): -7527607 or 4793229. OLE color: 4793229.
HSL color Cylindrical-coordinate representation of color #8D2349: hue angle of 338.49º 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 #8D2349 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 73 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.45 |
| HSL | 338.49º | 0.6% | 0.35% | - |
| HSV(B) | 338.49º | 0.75% | 0.55% | - |
| XYZ | 12.79 | 7.35 | 7.05 | - |
| YUV | 71.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 73 | 0 | 0.75 | 0.48 | 0.45 | 338.49 | 0.6 | 0.35 |
| Hex | 8D | 23 | 49 | 0 | 4B | 30 | 2D | 152 | 3C | 23 |
| Octal | 215 | 43 | 111 | 0 | 113 | 60 | 55 | 522 | 74 | 43 |
| Binary | 10001101 | 100011 | 1001001 | 0 | 1001011 | 110000 | 101101 | 101010010 | 111100 | 100011 |
Color Harmonies of #8D2349
Complementary color
Monochromatic Colors of #8D2349
Black with #8D2349
Text Example
Text Example
White with #8D2349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2349; }
p { color: rgb(141,35,73); }
H1.HeaderClassName
{
color: #8D2349;
}
.AnyTagClassName
{
color: #8D2349;
}
</style>
background-color css
<style>
a { background-color: #8D2349; }
a { background-color: rgb(141,35,73); }
div.DivClassName
{
background-color: #8D2349;
}
.BgClassName
{
background-color: #8D2349;
}
</style>
border-color css
<style>
span { border-color: #8D2349; }
span { border-color: rgb(141,35,73); }
td.TdClassName
{
border-color: #8D2349;
}
.TagClassName
{
border-color: #8D2349;
}
</style>