Shades of Disco #8D2344
Tints of Disco #8D2344
RGB
CMYK
RGB Variations
Color information
#8D2344 (or 0x8D2344) is known color: Disco. HEX triplet: 8D, 23 and 44. RGB value is (141,35,68). Sum of RGB (Red+Green+Blue) = 141+35+68=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2344 is #72DCBB. Grayscale: #464646. Windows color (decimal): -7527612 or 4465549. OLE color: 4465549.
HSL color Cylindrical-coordinate representation of color #8D2344: hue angle of 341.32º 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 #8D2344 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 68 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.45 |
| HSL | 341.32º | 0.6% | 0.35% | - |
| HSV(B) | 341.32º | 0.75% | 0.55% | - |
| XYZ | 12.63 | 7.28 | 6.21 | - |
| YUV | 70.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 68 | 0 | 0.75 | 0.52 | 0.45 | 341.32 | 0.6 | 0.35 |
| Hex | 8D | 23 | 44 | 0 | 4B | 34 | 2D | 155 | 3C | 23 |
| Octal | 215 | 43 | 104 | 0 | 113 | 64 | 55 | 525 | 74 | 43 |
| Binary | 10001101 | 100011 | 1000100 | 0 | 1001011 | 110100 | 101101 | 101010101 | 111100 | 100011 |
Color Harmonies of #8D2344
Complementary color
Monochromatic Colors of #8D2344
Black with #8D2344
Text Example
Text Example
White with #8D2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2344; }
p { color: rgb(141,35,68); }
H1.HeaderClassName
{
color: #8D2344;
}
.AnyTagClassName
{
color: #8D2344;
}
</style>
background-color css
<style>
a { background-color: #8D2344; }
a { background-color: rgb(141,35,68); }
div.DivClassName
{
background-color: #8D2344;
}
.BgClassName
{
background-color: #8D2344;
}
</style>
border-color css
<style>
span { border-color: #8D2344; }
span { border-color: rgb(141,35,68); }
td.TdClassName
{
border-color: #8D2344;
}
.TagClassName
{
border-color: #8D2344;
}
</style>