Shades of Disco #8D3752
Tints of Disco #8D3752
RGB
CMYK
RGB Variations
Color information
#8D3752 (or 0x8D3752) is known color: Disco. HEX triplet: 8D, 37 and 52. RGB value is (141,55,82). Sum of RGB (Red+Green+Blue) = 141+55+82=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3752 is #72C8AD. Grayscale: #535353. Windows color (decimal): -7522478 or 5388173. OLE color: 5388173.
HSL color Cylindrical-coordinate representation of color #8D3752: hue angle of 341.16º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3752 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 82 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.45 |
| HSL | 341.16º | 0.44% | 0.38% | - |
| HSV(B) | 341.16º | 0.61% | 0.55% | - |
| XYZ | 13.87 | 9 | 8.99 | - |
| YUV | 83.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 82 | 0 | 0.61 | 0.42 | 0.45 | 341.16 | 0.44 | 0.38 |
| Hex | 8D | 37 | 52 | 0 | 3D | 2A | 2D | 155 | 2C | 26 |
| Octal | 215 | 67 | 122 | 0 | 75 | 52 | 55 | 525 | 54 | 46 |
| Binary | 10001101 | 110111 | 1010010 | 0 | 111101 | 101010 | 101101 | 101010101 | 101100 | 100110 |
Color Harmonies of #8D3752
Complementary color
Monochromatic Colors of #8D3752
Black with #8D3752
Text Example
Text Example
White with #8D3752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3752; }
p { color: rgb(141,55,82); }
H1.HeaderClassName
{
color: #8D3752;
}
.AnyTagClassName
{
color: #8D3752;
}
</style>
background-color css
<style>
a { background-color: #8D3752; }
a { background-color: rgb(141,55,82); }
div.DivClassName
{
background-color: #8D3752;
}
.BgClassName
{
background-color: #8D3752;
}
</style>
border-color css
<style>
span { border-color: #8D3752; }
span { border-color: rgb(141,55,82); }
td.TdClassName
{
border-color: #8D3752;
}
.TagClassName
{
border-color: #8D3752;
}
</style>