Shades of Disco #8F2946
Tints of Disco #8F2946
RGB
CMYK
RGB Variations
Color information
#8F2946 (or 0x8F2946) is known color: Disco. HEX triplet: 8F, 29 and 46. RGB value is (143,41,70). Sum of RGB (Red+Green+Blue) = 143+41+70=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2946 is #70D6B9. Grayscale: #4A4A4A. Windows color (decimal): -7395002 or 4598159. OLE color: 4598159.
HSL color Cylindrical-coordinate representation of color #8F2946: hue angle of 342.94º 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 #8F2946 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 70 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.44 |
| HSL | 342.94º | 0.55% | 0.36% | - |
| HSV(B) | 342.94º | 0.71% | 0.56% | - |
| XYZ | 13.23 | 7.87 | 6.62 | - |
| YUV | 74.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 70 | 0 | 0.71 | 0.51 | 0.44 | 342.94 | 0.55 | 0.36 |
| Hex | 8F | 29 | 46 | 0 | 47 | 33 | 2C | 157 | 37 | 24 |
| Octal | 217 | 51 | 106 | 0 | 107 | 63 | 54 | 527 | 67 | 44 |
| Binary | 10001111 | 101001 | 1000110 | 0 | 1000111 | 110011 | 101100 | 101010111 | 110111 | 100100 |
Color Harmonies of #8F2946
Complementary color
Monochromatic Colors of #8F2946
Black with #8F2946
Text Example
Text Example
White with #8F2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2946; }
p { color: rgb(143,41,70); }
H1.HeaderClassName
{
color: #8F2946;
}
.AnyTagClassName
{
color: #8F2946;
}
</style>
background-color css
<style>
a { background-color: #8F2946; }
a { background-color: rgb(143,41,70); }
div.DivClassName
{
background-color: #8F2946;
}
.BgClassName
{
background-color: #8F2946;
}
</style>
border-color css
<style>
span { border-color: #8F2946; }
span { border-color: rgb(143,41,70); }
td.TdClassName
{
border-color: #8F2946;
}
.TagClassName
{
border-color: #8F2946;
}
</style>