Shades of Disco #8F244D
Tints of Disco #8F244D
RGB
CMYK
RGB Variations
Color information
#8F244D (or 0x8F244D) is known color: Disco. HEX triplet: 8F, 24 and 4D. RGB value is (143,36,77). Sum of RGB (Red+Green+Blue) = 143+36+77=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F244D is #70DBB2. Grayscale: #484848. Windows color (decimal): -7396275 or 5055631. OLE color: 5055631.
HSL color Cylindrical-coordinate representation of color #8F244D: hue angle of 337.01º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F244D is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 77 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.44 |
| HSL | 337.01º | 0.6% | 0.35% | - |
| HSV(B) | 337.01º | 0.75% | 0.56% | - |
| XYZ | 13.3 | 7.64 | 7.79 | - |
| YUV | 72.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 77 | 0 | 0.75 | 0.46 | 0.44 | 337.01 | 0.6 | 0.35 |
| Hex | 8F | 24 | 4D | 0 | 4B | 2E | 2C | 151 | 3C | 23 |
| Octal | 217 | 44 | 115 | 0 | 113 | 56 | 54 | 521 | 74 | 43 |
| Binary | 10001111 | 100100 | 1001101 | 0 | 1001011 | 101110 | 101100 | 101010001 | 111100 | 100011 |
Color Harmonies of #8F244D
Complementary color
Monochromatic Colors of #8F244D
Black with #8F244D
Text Example
Text Example
White with #8F244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F244D; }
p { color: rgb(143,36,77); }
H1.HeaderClassName
{
color: #8F244D;
}
.AnyTagClassName
{
color: #8F244D;
}
</style>
background-color css
<style>
a { background-color: #8F244D; }
a { background-color: rgb(143,36,77); }
div.DivClassName
{
background-color: #8F244D;
}
.BgClassName
{
background-color: #8F244D;
}
</style>
border-color css
<style>
span { border-color: #8F244D; }
span { border-color: rgb(143,36,77); }
td.TdClassName
{
border-color: #8F244D;
}
.TagClassName
{
border-color: #8F244D;
}
</style>