Shades of Disco #8D1B40
Tints of Disco #8D1B40
RGB
CMYK
RGB Variations
Color information
#8D1B40 (or 0x8D1B40) is known color: Disco. HEX triplet: 8D, 1B and 40. RGB value is (141,27,64). Sum of RGB (Red+Green+Blue) = 141+27+64=232 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.78% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1B40 is #72E4BF. Grayscale: #414141. Windows color (decimal): -7529664 or 4201357. OLE color: 4201357.
HSL color Cylindrical-coordinate representation of color #8D1B40: hue angle of 340.53º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1B40 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 64 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.45 |
| HSL | 340.53º | 0.68% | 0.33% | - |
| HSV(B) | 340.53º | 0.81% | 0.55% | - |
| XYZ | 12.3 | 6.82 | 5.52 | - |
| YUV | 65.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 64 | 0 | 0.81 | 0.55 | 0.45 | 340.53 | 0.68 | 0.33 |
| Hex | 8D | 1B | 40 | 0 | 51 | 37 | 2D | 155 | 44 | 21 |
| Octal | 215 | 33 | 100 | 0 | 121 | 67 | 55 | 525 | 104 | 41 |
| Binary | 10001101 | 11011 | 1000000 | 0 | 1010001 | 110111 | 101101 | 101010101 | 1000100 | 100001 |
Color Harmonies of #8D1B40
Complementary color
Monochromatic Colors of #8D1B40
Black with #8D1B40
Text Example
Text Example
White with #8D1B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B40; }
p { color: rgb(141,27,64); }
H1.HeaderClassName
{
color: #8D1B40;
}
.AnyTagClassName
{
color: #8D1B40;
}
</style>
background-color css
<style>
a { background-color: #8D1B40; }
a { background-color: rgb(141,27,64); }
div.DivClassName
{
background-color: #8D1B40;
}
.BgClassName
{
background-color: #8D1B40;
}
</style>
border-color css
<style>
span { border-color: #8D1B40; }
span { border-color: rgb(141,27,64); }
td.TdClassName
{
border-color: #8D1B40;
}
.TagClassName
{
border-color: #8D1B40;
}
</style>