Shades of Disco #8D2B4B
Tints of Disco #8D2B4B
RGB
CMYK
RGB Variations
Color information
#8D2B4B (or 0x8D2B4B) is known color: Disco. HEX triplet: 8D, 2B and 4B. RGB value is (141,43,75). Sum of RGB (Red+Green+Blue) = 141+43+75=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2B4B is #72D4B4. Grayscale: #4B4B4B. Windows color (decimal): -7525557 or 4926349. OLE color: 4926349.
HSL color Cylindrical-coordinate representation of color #8D2B4B: hue angle of 340.41º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D2B4B is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 43 | 75 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.45 |
| HSL | 340.41º | 0.53% | 0.36% | - |
| HSV(B) | 340.41º | 0.7% | 0.55% | - |
| XYZ | 13.12 | 7.9 | 7.49 | - |
| YUV | 75.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 43 | 75 | 0 | 0.70 | 0.47 | 0.45 | 340.41 | 0.53 | 0.36 |
| Hex | 8D | 2B | 4B | 0 | 46 | 2F | 2D | 154 | 35 | 24 |
| Octal | 215 | 53 | 113 | 0 | 106 | 57 | 55 | 524 | 65 | 44 |
| Binary | 10001101 | 101011 | 1001011 | 0 | 1000110 | 101111 | 101101 | 101010100 | 110101 | 100100 |
Color Harmonies of #8D2B4B
Complementary color
Monochromatic Colors of #8D2B4B
Black with #8D2B4B
Text Example
Text Example
White with #8D2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2B4B; }
p { color: rgb(141,43,75); }
H1.HeaderClassName
{
color: #8D2B4B;
}
.AnyTagClassName
{
color: #8D2B4B;
}
</style>
background-color css
<style>
a { background-color: #8D2B4B; }
a { background-color: rgb(141,43,75); }
div.DivClassName
{
background-color: #8D2B4B;
}
.BgClassName
{
background-color: #8D2B4B;
}
</style>
border-color css
<style>
span { border-color: #8D2B4B; }
span { border-color: rgb(141,43,75); }
td.TdClassName
{
border-color: #8D2B4B;
}
.TagClassName
{
border-color: #8D2B4B;
}
</style>