Shades of Disco #8D2844
Tints of Disco #8D2844
RGB
CMYK
RGB Variations
Color information
#8D2844 (or 0x8D2844) is known color: Disco. HEX triplet: 8D, 28 and 44. RGB value is (141,40,68). Sum of RGB (Red+Green+Blue) = 141+40+68=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2844 is #72D7BB. Grayscale: #494949. Windows color (decimal): -7526332 or 4466829. OLE color: 4466829.
HSL color Cylindrical-coordinate representation of color #8D2844: hue angle of 343.37º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2844 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 68 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.45 |
| HSL | 343.37º | 0.56% | 0.35% | - |
| HSV(B) | 343.37º | 0.72% | 0.55% | - |
| XYZ | 12.79 | 7.6 | 6.26 | - |
| YUV | 73.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 68 | 0 | 0.72 | 0.52 | 0.45 | 343.37 | 0.56 | 0.35 |
| Hex | 8D | 28 | 44 | 0 | 48 | 34 | 2D | 157 | 38 | 23 |
| Octal | 215 | 50 | 104 | 0 | 110 | 64 | 55 | 527 | 70 | 43 |
| Binary | 10001101 | 101000 | 1000100 | 0 | 1001000 | 110100 | 101101 | 101010111 | 111000 | 100011 |
Color Harmonies of #8D2844
Complementary color
Monochromatic Colors of #8D2844
Black with #8D2844
Text Example
Text Example
White with #8D2844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2844; }
p { color: rgb(141,40,68); }
H1.HeaderClassName
{
color: #8D2844;
}
.AnyTagClassName
{
color: #8D2844;
}
</style>
background-color css
<style>
a { background-color: #8D2844; }
a { background-color: rgb(141,40,68); }
div.DivClassName
{
background-color: #8D2844;
}
.BgClassName
{
background-color: #8D2844;
}
</style>
border-color css
<style>
span { border-color: #8D2844; }
span { border-color: rgb(141,40,68); }
td.TdClassName
{
border-color: #8D2844;
}
.TagClassName
{
border-color: #8D2844;
}
</style>