Shades of Disco #8D3048
Tints of Disco #8D3048
RGB
CMYK
RGB Variations
Color information
#8D3048 (or 0x8D3048) is known color: Disco. HEX triplet: 8D, 30 and 48. RGB value is (141,48,72). Sum of RGB (Red+Green+Blue) = 141+48+72=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3048 is #72CFB7. Grayscale: #4E4E4E. Windows color (decimal): -7524280 or 4731021. OLE color: 4731021.
HSL color Cylindrical-coordinate representation of color #8D3048: hue angle of 344.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3048 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 48 | 72 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.45 |
| HSL | 344.52º | 0.49% | 0.37% | - |
| HSV(B) | 344.52º | 0.66% | 0.55% | - |
| XYZ | 13.21 | 8.24 | 7.03 | - |
| YUV | 78.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 72 | 0 | 0.66 | 0.49 | 0.45 | 344.52 | 0.49 | 0.37 |
| Hex | 8D | 30 | 48 | 0 | 42 | 31 | 2D | 159 | 31 | 25 |
| Octal | 215 | 60 | 110 | 0 | 102 | 61 | 55 | 531 | 61 | 45 |
| Binary | 10001101 | 110000 | 1001000 | 0 | 1000010 | 110001 | 101101 | 101011001 | 110001 | 100101 |
Color Harmonies of #8D3048
Complementary color
Monochromatic Colors of #8D3048
Black with #8D3048
Text Example
Text Example
White with #8D3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3048; }
p { color: rgb(141,48,72); }
H1.HeaderClassName
{
color: #8D3048;
}
.AnyTagClassName
{
color: #8D3048;
}
</style>
background-color css
<style>
a { background-color: #8D3048; }
a { background-color: rgb(141,48,72); }
div.DivClassName
{
background-color: #8D3048;
}
.BgClassName
{
background-color: #8D3048;
}
</style>
border-color css
<style>
span { border-color: #8D3048; }
span { border-color: rgb(141,48,72); }
td.TdClassName
{
border-color: #8D3048;
}
.TagClassName
{
border-color: #8D3048;
}
</style>