Shades of Disco #8D2744
Tints of Disco #8D2744
RGB
CMYK
RGB Variations
Color information
#8D2744 (or 0x8D2744) is known color: Disco. HEX triplet: 8D, 27 and 44. RGB value is (141,39,68). Sum of RGB (Red+Green+Blue) = 141+39+68=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2744 is #72D8BB. Grayscale: #484848. Windows color (decimal): -7526588 or 4466573. OLE color: 4466573.
HSL color Cylindrical-coordinate representation of color #8D2744: hue angle of 342.94º degrees, saturation: 0.57, 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 #8D2744 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 68 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.45 |
| HSL | 342.94º | 0.57% | 0.35% | - |
| HSV(B) | 342.94º | 0.72% | 0.55% | - |
| XYZ | 12.75 | 7.53 | 6.25 | - |
| YUV | 72.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 68 | 0 | 0.72 | 0.52 | 0.45 | 342.94 | 0.57 | 0.35 |
| Hex | 8D | 27 | 44 | 0 | 48 | 34 | 2D | 157 | 39 | 23 |
| Octal | 215 | 47 | 104 | 0 | 110 | 64 | 55 | 527 | 71 | 43 |
| Binary | 10001101 | 100111 | 1000100 | 0 | 1001000 | 110100 | 101101 | 101010111 | 111001 | 100011 |
Color Harmonies of #8D2744
Complementary color
Monochromatic Colors of #8D2744
Black with #8D2744
Text Example
Text Example
White with #8D2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2744; }
p { color: rgb(141,39,68); }
H1.HeaderClassName
{
color: #8D2744;
}
.AnyTagClassName
{
color: #8D2744;
}
</style>
background-color css
<style>
a { background-color: #8D2744; }
a { background-color: rgb(141,39,68); }
div.DivClassName
{
background-color: #8D2744;
}
.BgClassName
{
background-color: #8D2744;
}
</style>
border-color css
<style>
span { border-color: #8D2744; }
span { border-color: rgb(141,39,68); }
td.TdClassName
{
border-color: #8D2744;
}
.TagClassName
{
border-color: #8D2744;
}
</style>