Shades of Disco #8D2841
Tints of Disco #8D2841
RGB
CMYK
RGB Variations
Color information
#8D2841 (or 0x8D2841) is known color: Disco. HEX triplet: 8D, 28 and 41. RGB value is (141,40,65). Sum of RGB (Red+Green+Blue) = 141+40+65=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2841 is #72D7BE. Grayscale: #494949. Windows color (decimal): -7526335 or 4270221. OLE color: 4270221.
HSL color Cylindrical-coordinate representation of color #8D2841: hue angle of 345.15º 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 #8D2841 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 65 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.45 |
| HSL | 345.15º | 0.56% | 0.35% | - |
| HSV(B) | 345.15º | 0.72% | 0.55% | - |
| XYZ | 12.7 | 7.56 | 5.79 | - |
| YUV | 73.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 65 | 0 | 0.72 | 0.54 | 0.45 | 345.15 | 0.56 | 0.35 |
| Hex | 8D | 28 | 41 | 0 | 48 | 36 | 2D | 159 | 38 | 23 |
| Octal | 215 | 50 | 101 | 0 | 110 | 66 | 55 | 531 | 70 | 43 |
| Binary | 10001101 | 101000 | 1000001 | 0 | 1001000 | 110110 | 101101 | 101011001 | 111000 | 100011 |
Color Harmonies of #8D2841
Complementary color
Monochromatic Colors of #8D2841
Black with #8D2841
Text Example
Text Example
White with #8D2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2841; }
p { color: rgb(141,40,65); }
H1.HeaderClassName
{
color: #8D2841;
}
.AnyTagClassName
{
color: #8D2841;
}
</style>
background-color css
<style>
a { background-color: #8D2841; }
a { background-color: rgb(141,40,65); }
div.DivClassName
{
background-color: #8D2841;
}
.BgClassName
{
background-color: #8D2841;
}
</style>
border-color css
<style>
span { border-color: #8D2841; }
span { border-color: rgb(141,40,65); }
td.TdClassName
{
border-color: #8D2841;
}
.TagClassName
{
border-color: #8D2841;
}
</style>