Shades of Disco #8D2F4B
Tints of Disco #8D2F4B
RGB
CMYK
RGB Variations
Color information
#8D2F4B (or 0x8D2F4B) is known color: Disco. HEX triplet: 8D, 2F and 4B. RGB value is (141,47,75). Sum of RGB (Red+Green+Blue) = 141+47+75=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2F4B is #72D0B4. Grayscale: #4E4E4E. Windows color (decimal): -7524533 or 4927373. OLE color: 4927373.
HSL color Cylindrical-coordinate representation of color #8D2F4B: hue angle of 342.13º 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 #8D2F4B is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 75 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.45 |
| HSL | 342.13º | 0.5% | 0.37% | - |
| HSV(B) | 342.13º | 0.67% | 0.55% | - |
| XYZ | 13.27 | 8.2 | 7.54 | - |
| YUV | 78.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 75 | 0 | 0.67 | 0.47 | 0.45 | 342.13 | 0.5 | 0.37 |
| Hex | 8D | 2F | 4B | 0 | 43 | 2F | 2D | 156 | 32 | 25 |
| Octal | 215 | 57 | 113 | 0 | 103 | 57 | 55 | 526 | 62 | 45 |
| Binary | 10001101 | 101111 | 1001011 | 0 | 1000011 | 101111 | 101101 | 101010110 | 110010 | 100101 |
Color Harmonies of #8D2F4B
Complementary color
Monochromatic Colors of #8D2F4B
Black with #8D2F4B
Text Example
Text Example
White with #8D2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F4B; }
p { color: rgb(141,47,75); }
H1.HeaderClassName
{
color: #8D2F4B;
}
.AnyTagClassName
{
color: #8D2F4B;
}
</style>
background-color css
<style>
a { background-color: #8D2F4B; }
a { background-color: rgb(141,47,75); }
div.DivClassName
{
background-color: #8D2F4B;
}
.BgClassName
{
background-color: #8D2F4B;
}
</style>
border-color css
<style>
span { border-color: #8D2F4B; }
span { border-color: rgb(141,47,75); }
td.TdClassName
{
border-color: #8D2F4B;
}
.TagClassName
{
border-color: #8D2F4B;
}
</style>