Shades of Disco #8D334B
Tints of Disco #8D334B
RGB
CMYK
RGB Variations
Color information
#8D334B (or 0x8D334B) is known color: Disco. HEX triplet: 8D, 33 and 4B. RGB value is (141,51,75). Sum of RGB (Red+Green+Blue) = 141+51+75=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D334B is #72CCB4. Grayscale: #505050. Windows color (decimal): -7523509 or 4928397. OLE color: 4928397.
HSL color Cylindrical-coordinate representation of color #8D334B: hue angle of 344º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D334B is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 75 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.45 |
| HSL | 344º | 0.47% | 0.38% | - |
| HSV(B) | 344º | 0.64% | 0.55% | - |
| XYZ | 13.44 | 8.54 | 7.6 | - |
| YUV | 80.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 75 | 0 | 0.64 | 0.47 | 0.45 | 344 | 0.47 | 0.38 |
| Hex | 8D | 33 | 4B | 0 | 40 | 2F | 2D | 158 | 2F | 26 |
| Octal | 215 | 63 | 113 | 0 | 100 | 57 | 55 | 530 | 57 | 46 |
| Binary | 10001101 | 110011 | 1001011 | 0 | 1000000 | 101111 | 101101 | 101011000 | 101111 | 100110 |
Color Harmonies of #8D334B
Complementary color
Monochromatic Colors of #8D334B
Black with #8D334B
Text Example
Text Example
White with #8D334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D334B; }
p { color: rgb(141,51,75); }
H1.HeaderClassName
{
color: #8D334B;
}
.AnyTagClassName
{
color: #8D334B;
}
</style>
background-color css
<style>
a { background-color: #8D334B; }
a { background-color: rgb(141,51,75); }
div.DivClassName
{
background-color: #8D334B;
}
.BgClassName
{
background-color: #8D334B;
}
</style>
border-color css
<style>
span { border-color: #8D334B; }
span { border-color: rgb(141,51,75); }
td.TdClassName
{
border-color: #8D334B;
}
.TagClassName
{
border-color: #8D334B;
}
</style>