Shades of Disco #8D2F4F
Tints of Disco #8D2F4F
RGB
CMYK
RGB Variations
Color information
#8D2F4F (or 0x8D2F4F) is known color: Disco. HEX triplet: 8D, 2F and 4F. RGB value is (141,47,79). Sum of RGB (Red+Green+Blue) = 141+47+79=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2F4F is #72D0B0. Grayscale: #4E4E4E. Windows color (decimal): -7524529 or 5189517. OLE color: 5189517.
HSL color Cylindrical-coordinate representation of color #8D2F4F: hue angle of 339.57º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2F4F is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 79 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.45 |
| HSL | 339.57º | 0.5% | 0.37% | - |
| HSV(B) | 339.57º | 0.67% | 0.55% | - |
| XYZ | 13.41 | 8.26 | 8.28 | - |
| YUV | 78.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 79 | 0 | 0.67 | 0.44 | 0.45 | 339.57 | 0.5 | 0.37 |
| Hex | 8D | 2F | 4F | 0 | 43 | 2C | 2D | 154 | 32 | 25 |
| Octal | 215 | 57 | 117 | 0 | 103 | 54 | 55 | 524 | 62 | 45 |
| Binary | 10001101 | 101111 | 1001111 | 0 | 1000011 | 101100 | 101101 | 101010100 | 110010 | 100101 |
Color Harmonies of #8D2F4F
Complementary color
Monochromatic Colors of #8D2F4F
Black with #8D2F4F
Text Example
Text Example
White with #8D2F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F4F; }
p { color: rgb(141,47,79); }
H1.HeaderClassName
{
color: #8D2F4F;
}
.AnyTagClassName
{
color: #8D2F4F;
}
</style>
background-color css
<style>
a { background-color: #8D2F4F; }
a { background-color: rgb(141,47,79); }
div.DivClassName
{
background-color: #8D2F4F;
}
.BgClassName
{
background-color: #8D2F4F;
}
</style>
border-color css
<style>
span { border-color: #8D2F4F; }
span { border-color: rgb(141,47,79); }
td.TdClassName
{
border-color: #8D2F4F;
}
.TagClassName
{
border-color: #8D2F4F;
}
</style>