Shades of Disco #8D3851
Tints of Disco #8D3851
RGB
CMYK
RGB Variations
Color information
#8D3851 (or 0x8D3851) is known color: Disco. HEX triplet: 8D, 38 and 51. RGB value is (141,56,81). Sum of RGB (Red+Green+Blue) = 141+56+81=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3851 is #72C7AE. Grayscale: #545454. Windows color (decimal): -7522223 or 5322893. OLE color: 5322893.
HSL color Cylindrical-coordinate representation of color #8D3851: hue angle of 342.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3851 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 56 | 81 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.45 |
| HSL | 342.35º | 0.43% | 0.39% | - |
| HSV(B) | 342.35º | 0.6% | 0.55% | - |
| XYZ | 13.88 | 9.09 | 8.81 | - |
| YUV | 84.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 81 | 0 | 0.60 | 0.43 | 0.45 | 342.35 | 0.43 | 0.39 |
| Hex | 8D | 38 | 51 | 0 | 3C | 2B | 2D | 156 | 2B | 27 |
| Octal | 215 | 70 | 121 | 0 | 74 | 53 | 55 | 526 | 53 | 47 |
| Binary | 10001101 | 111000 | 1010001 | 0 | 111100 | 101011 | 101101 | 101010110 | 101011 | 100111 |
Color Harmonies of #8D3851
Complementary color
Monochromatic Colors of #8D3851
Black with #8D3851
Text Example
Text Example
White with #8D3851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3851; }
p { color: rgb(141,56,81); }
H1.HeaderClassName
{
color: #8D3851;
}
.AnyTagClassName
{
color: #8D3851;
}
</style>
background-color css
<style>
a { background-color: #8D3851; }
a { background-color: rgb(141,56,81); }
div.DivClassName
{
background-color: #8D3851;
}
.BgClassName
{
background-color: #8D3851;
}
</style>
border-color css
<style>
span { border-color: #8D3851; }
span { border-color: rgb(141,56,81); }
td.TdClassName
{
border-color: #8D3851;
}
.TagClassName
{
border-color: #8D3851;
}
</style>