Shades of Disco #8F2941
Tints of Disco #8F2941
RGB
CMYK
RGB Variations
Color information
#8F2941 (or 0x8F2941) is known color: Disco. HEX triplet: 8F, 29 and 41. RGB value is (143,41,65). Sum of RGB (Red+Green+Blue) = 143+41+65=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2941 is #70D6BE. Grayscale: #4A4A4A. Windows color (decimal): -7395007 or 4270479. OLE color: 4270479.
HSL color Cylindrical-coordinate representation of color #8F2941: hue angle of 345.88º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2941 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 65 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.44 |
| HSL | 345.88º | 0.55% | 0.36% | - |
| HSV(B) | 345.88º | 0.71% | 0.56% | - |
| XYZ | 13.07 | 7.81 | 5.82 | - |
| YUV | 74.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 65 | 0 | 0.71 | 0.55 | 0.44 | 345.88 | 0.55 | 0.36 |
| Hex | 8F | 29 | 41 | 0 | 47 | 37 | 2C | 15A | 37 | 24 |
| Octal | 217 | 51 | 101 | 0 | 107 | 67 | 54 | 532 | 67 | 44 |
| Binary | 10001111 | 101001 | 1000001 | 0 | 1000111 | 110111 | 101100 | 101011010 | 110111 | 100100 |
Color Harmonies of #8F2941
Complementary color
Monochromatic Colors of #8F2941
Black with #8F2941
Text Example
Text Example
White with #8F2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2941; }
p { color: rgb(143,41,65); }
H1.HeaderClassName
{
color: #8F2941;
}
.AnyTagClassName
{
color: #8F2941;
}
</style>
background-color css
<style>
a { background-color: #8F2941; }
a { background-color: rgb(143,41,65); }
div.DivClassName
{
background-color: #8F2941;
}
.BgClassName
{
background-color: #8F2941;
}
</style>
border-color css
<style>
span { border-color: #8F2941; }
span { border-color: rgb(143,41,65); }
td.TdClassName
{
border-color: #8F2941;
}
.TagClassName
{
border-color: #8F2941;
}
</style>