Shades of Disco #8D344D
Tints of Disco #8D344D
RGB
CMYK
RGB Variations
Color information
#8D344D (or 0x8D344D) is known color: Disco. HEX triplet: 8D, 34 and 4D. RGB value is (141,52,77). Sum of RGB (Red+Green+Blue) = 141+52+77=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D344D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D344D is #72CBB2. Grayscale: #515151. Windows color (decimal): -7523251 or 5059725. OLE color: 5059725.
HSL color Cylindrical-coordinate representation of color #8D344D: hue angle of 343.15º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D344D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 77 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.45 |
| HSL | 343.15º | 0.46% | 0.38% | - |
| HSV(B) | 343.15º | 0.63% | 0.55% | - |
| XYZ | 13.55 | 8.65 | 7.98 | - |
| YUV | 81.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 77 | 0 | 0.63 | 0.45 | 0.45 | 343.15 | 0.46 | 0.38 |
| Hex | 8D | 34 | 4D | 0 | 3F | 2D | 2D | 157 | 2E | 26 |
| Octal | 215 | 64 | 115 | 0 | 77 | 55 | 55 | 527 | 56 | 46 |
| Binary | 10001101 | 110100 | 1001101 | 0 | 111111 | 101101 | 101101 | 101010111 | 101110 | 100110 |
Color Harmonies of #8D344D
Complementary color
Monochromatic Colors of #8D344D
Black with #8D344D
Text Example
Text Example
White with #8D344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D344D; }
p { color: rgb(141,52,77); }
H1.HeaderClassName
{
color: #8D344D;
}
.AnyTagClassName
{
color: #8D344D;
}
</style>
background-color css
<style>
a { background-color: #8D344D; }
a { background-color: rgb(141,52,77); }
div.DivClassName
{
background-color: #8D344D;
}
.BgClassName
{
background-color: #8D344D;
}
</style>
border-color css
<style>
span { border-color: #8D344D; }
span { border-color: rgb(141,52,77); }
td.TdClassName
{
border-color: #8D344D;
}
.TagClassName
{
border-color: #8D344D;
}
</style>