Shades of Disco #8F284A
Tints of Disco #8F284A
RGB
CMYK
RGB Variations
Color information
#8F284A (or 0x8F284A) is known color: Disco. HEX triplet: 8F, 28 and 4A. RGB value is (143,40,74). Sum of RGB (Red+Green+Blue) = 143+40+74=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F284A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F284A is #70D7B5. Grayscale: #4A4A4A. Windows color (decimal): -7395254 or 4860047. OLE color: 4860047.
HSL color Cylindrical-coordinate representation of color #8F284A: hue angle of 340.19º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F284A is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 74 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.44 |
| HSL | 340.19º | 0.56% | 0.36% | - |
| HSV(B) | 340.19º | 0.72% | 0.56% | - |
| XYZ | 13.32 | 7.85 | 7.29 | - |
| YUV | 74.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 74 | 0 | 0.72 | 0.48 | 0.44 | 340.19 | 0.56 | 0.36 |
| Hex | 8F | 28 | 4A | 0 | 48 | 30 | 2C | 154 | 38 | 24 |
| Octal | 217 | 50 | 112 | 0 | 110 | 60 | 54 | 524 | 70 | 44 |
| Binary | 10001111 | 101000 | 1001010 | 0 | 1001000 | 110000 | 101100 | 101010100 | 111000 | 100100 |
Color Harmonies of #8F284A
Complementary color
Monochromatic Colors of #8F284A
Black with #8F284A
Text Example
Text Example
White with #8F284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F284A; }
p { color: rgb(143,40,74); }
H1.HeaderClassName
{
color: #8F284A;
}
.AnyTagClassName
{
color: #8F284A;
}
</style>
background-color css
<style>
a { background-color: #8F284A; }
a { background-color: rgb(143,40,74); }
div.DivClassName
{
background-color: #8F284A;
}
.BgClassName
{
background-color: #8F284A;
}
</style>
border-color css
<style>
span { border-color: #8F284A; }
span { border-color: rgb(143,40,74); }
td.TdClassName
{
border-color: #8F284A;
}
.TagClassName
{
border-color: #8F284A;
}
</style>