Shades of Disco #8F2C4C
Tints of Disco #8F2C4C
RGB
CMYK
RGB Variations
Color information
#8F2C4C (or 0x8F2C4C) is known color: Disco. HEX triplet: 8F, 2C and 4C. RGB value is (143,44,76). Sum of RGB (Red+Green+Blue) = 143+44+76=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2C4C is #70D3B3. Grayscale: #4D4D4D. Windows color (decimal): -7394228 or 4992143. OLE color: 4992143.
HSL color Cylindrical-coordinate representation of color #8F2C4C: hue angle of 340.61º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2C4C is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 44 | 76 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.44 |
| HSL | 340.61º | 0.53% | 0.37% | - |
| HSV(B) | 340.61º | 0.69% | 0.56% | - |
| XYZ | 13.53 | 8.16 | 7.7 | - |
| YUV | 77.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 44 | 76 | 0 | 0.69 | 0.47 | 0.44 | 340.61 | 0.53 | 0.37 |
| Hex | 8F | 2C | 4C | 0 | 45 | 2F | 2C | 155 | 35 | 25 |
| Octal | 217 | 54 | 114 | 0 | 105 | 57 | 54 | 525 | 65 | 45 |
| Binary | 10001111 | 101100 | 1001100 | 0 | 1000101 | 101111 | 101100 | 101010101 | 110101 | 100101 |
Color Harmonies of #8F2C4C
Complementary color
Monochromatic Colors of #8F2C4C
Black with #8F2C4C
Text Example
Text Example
White with #8F2C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2C4C; }
p { color: rgb(143,44,76); }
H1.HeaderClassName
{
color: #8F2C4C;
}
.AnyTagClassName
{
color: #8F2C4C;
}
</style>
background-color css
<style>
a { background-color: #8F2C4C; }
a { background-color: rgb(143,44,76); }
div.DivClassName
{
background-color: #8F2C4C;
}
.BgClassName
{
background-color: #8F2C4C;
}
</style>
border-color css
<style>
span { border-color: #8F2C4C; }
span { border-color: rgb(143,44,76); }
td.TdClassName
{
border-color: #8F2C4C;
}
.TagClassName
{
border-color: #8F2C4C;
}
</style>