Shades of Disco #8D364D
Tints of Disco #8D364D
RGB
CMYK
RGB Variations
Color information
#8D364D (or 0x8D364D) is known color: Disco. HEX triplet: 8D, 36 and 4D. RGB value is (141,54,77). Sum of RGB (Red+Green+Blue) = 141+54+77=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D364D is #72C9B2. Grayscale: #525252. Windows color (decimal): -7522739 or 5060237. OLE color: 5060237.
HSL color Cylindrical-coordinate representation of color #8D364D: hue angle of 344.14º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D364D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 77 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.45 |
| HSL | 344.14º | 0.45% | 0.38% | - |
| HSV(B) | 344.14º | 0.62% | 0.55% | - |
| XYZ | 13.64 | 8.84 | 8.01 | - |
| YUV | 82.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 77 | 0 | 0.62 | 0.45 | 0.45 | 344.14 | 0.45 | 0.38 |
| Hex | 8D | 36 | 4D | 0 | 3E | 2D | 2D | 158 | 2D | 26 |
| Octal | 215 | 66 | 115 | 0 | 76 | 55 | 55 | 530 | 55 | 46 |
| Binary | 10001101 | 110110 | 1001101 | 0 | 111110 | 101101 | 101101 | 101011000 | 101101 | 100110 |
Color Harmonies of #8D364D
Complementary color
Monochromatic Colors of #8D364D
Black with #8D364D
Text Example
Text Example
White with #8D364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D364D; }
p { color: rgb(141,54,77); }
H1.HeaderClassName
{
color: #8D364D;
}
.AnyTagClassName
{
color: #8D364D;
}
</style>
background-color css
<style>
a { background-color: #8D364D; }
a { background-color: rgb(141,54,77); }
div.DivClassName
{
background-color: #8D364D;
}
.BgClassName
{
background-color: #8D364D;
}
</style>
border-color css
<style>
span { border-color: #8D364D; }
span { border-color: rgb(141,54,77); }
td.TdClassName
{
border-color: #8D364D;
}
.TagClassName
{
border-color: #8D364D;
}
</style>