Shades of Disco #8D2848
Tints of Disco #8D2848
RGB
CMYK
RGB Variations
Color information
#8D2848 (or 0x8D2848) is known color: Disco. HEX triplet: 8D, 28 and 48. RGB value is (141,40,72). Sum of RGB (Red+Green+Blue) = 141+40+72=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2848 is #72D7B7. Grayscale: #494949. Windows color (decimal): -7526328 or 4728973. OLE color: 4728973.
HSL color Cylindrical-coordinate representation of color #8D2848: hue angle of 340.99º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2848 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 72 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.45 |
| HSL | 340.99º | 0.56% | 0.35% | - |
| HSV(B) | 340.99º | 0.72% | 0.55% | - |
| XYZ | 12.91 | 7.65 | 6.93 | - |
| YUV | 73.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 72 | 0 | 0.72 | 0.49 | 0.45 | 340.99 | 0.56 | 0.35 |
| Hex | 8D | 28 | 48 | 0 | 48 | 31 | 2D | 155 | 38 | 23 |
| Octal | 215 | 50 | 110 | 0 | 110 | 61 | 55 | 525 | 70 | 43 |
| Binary | 10001101 | 101000 | 1001000 | 0 | 1001000 | 110001 | 101101 | 101010101 | 111000 | 100011 |
Color Harmonies of #8D2848
Complementary color
Monochromatic Colors of #8D2848
Black with #8D2848
Text Example
Text Example
White with #8D2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2848; }
p { color: rgb(141,40,72); }
H1.HeaderClassName
{
color: #8D2848;
}
.AnyTagClassName
{
color: #8D2848;
}
</style>
background-color css
<style>
a { background-color: #8D2848; }
a { background-color: rgb(141,40,72); }
div.DivClassName
{
background-color: #8D2848;
}
.BgClassName
{
background-color: #8D2848;
}
</style>
border-color css
<style>
span { border-color: #8D2848; }
span { border-color: rgb(141,40,72); }
td.TdClassName
{
border-color: #8D2848;
}
.TagClassName
{
border-color: #8D2848;
}
</style>