Shades of Disco #8D1141
Tints of Disco #8D1141
RGB
CMYK
RGB Variations
Color information
#8D1141 (or 0x8D1141) is known color: Disco. HEX triplet: 8D, 11 and 41. RGB value is (141,17,65). Sum of RGB (Red+Green+Blue) = 141+17+65=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1141 is #72EEBE. Grayscale: #3B3B3B. Windows color (decimal): -7532223 or 4264333. OLE color: 4264333.
HSL color Cylindrical-coordinate representation of color #8D1141: hue angle of 336.77º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1141 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 65 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.45 |
| HSL | 336.77º | 0.78% | 0.31% | - |
| HSV(B) | 336.77º | 0.88% | 0.55% | - |
| XYZ | 12.14 | 6.45 | 5.61 | - |
| YUV | 59.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 65 | 0 | 0.88 | 0.54 | 0.45 | 336.77 | 0.78 | 0.31 |
| Hex | 8D | 11 | 41 | 0 | 58 | 36 | 2D | 151 | 4E | 1F |
| Octal | 215 | 21 | 101 | 0 | 130 | 66 | 55 | 521 | 116 | 37 |
| Binary | 10001101 | 10001 | 1000001 | 0 | 1011000 | 110110 | 101101 | 101010001 | 1001110 | 11111 |
Color Harmonies of #8D1141
Complementary color
Monochromatic Colors of #8D1141
Black with #8D1141
Text Example
Text Example
White with #8D1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1141; }
p { color: rgb(141,17,65); }
H1.HeaderClassName
{
color: #8D1141;
}
.AnyTagClassName
{
color: #8D1141;
}
</style>
background-color css
<style>
a { background-color: #8D1141; }
a { background-color: rgb(141,17,65); }
div.DivClassName
{
background-color: #8D1141;
}
.BgClassName
{
background-color: #8D1141;
}
</style>
border-color css
<style>
span { border-color: #8D1141; }
span { border-color: rgb(141,17,65); }
td.TdClassName
{
border-color: #8D1141;
}
.TagClassName
{
border-color: #8D1141;
}
</style>