Shades of Disco #8D2D44
Tints of Disco #8D2D44
RGB
CMYK
RGB Variations
Color information
#8D2D44 (or 0x8D2D44) is known color: Disco. HEX triplet: 8D, 2D and 44. RGB value is (141,45,68). Sum of RGB (Red+Green+Blue) = 141+45+68=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2D44 is #72D2BB. Grayscale: #4C4C4C. Windows color (decimal): -7525052 or 4468109. OLE color: 4468109.
HSL color Cylindrical-coordinate representation of color #8D2D44: hue angle of 345.62º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D2D44 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 45 | 68 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.45 |
| HSL | 345.63º | 0.52% | 0.36% | - |
| HSV(B) | 345.63º | 0.68% | 0.55% | - |
| XYZ | 12.97 | 7.96 | 6.32 | - |
| YUV | 76.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 68 | 0 | 0.68 | 0.52 | 0.45 | 345.63 | 0.52 | 0.36 |
| Hex | 8D | 2D | 44 | 0 | 44 | 34 | 2D | 15A | 34 | 24 |
| Octal | 215 | 55 | 104 | 0 | 104 | 64 | 55 | 532 | 64 | 44 |
| Binary | 10001101 | 101101 | 1000100 | 0 | 1000100 | 110100 | 101101 | 101011010 | 110100 | 100100 |
Color Harmonies of #8D2D44
Complementary color
Monochromatic Colors of #8D2D44
Black with #8D2D44
Text Example
Text Example
White with #8D2D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2D44; }
p { color: rgb(141,45,68); }
H1.HeaderClassName
{
color: #8D2D44;
}
.AnyTagClassName
{
color: #8D2D44;
}
</style>
background-color css
<style>
a { background-color: #8D2D44; }
a { background-color: rgb(141,45,68); }
div.DivClassName
{
background-color: #8D2D44;
}
.BgClassName
{
background-color: #8D2D44;
}
</style>
border-color css
<style>
span { border-color: #8D2D44; }
span { border-color: rgb(141,45,68); }
td.TdClassName
{
border-color: #8D2D44;
}
.TagClassName
{
border-color: #8D2D44;
}
</style>