Shades of Disco #8F3146
Tints of Disco #8F3146
RGB
CMYK
RGB Variations
Color information
#8F3146 (or 0x8F3146) is known color: Disco. HEX triplet: 8F, 31 and 46. RGB value is (143,49,70). Sum of RGB (Red+Green+Blue) = 143+49+70=262 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.58% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3146 is #70CEB9. Grayscale: #4F4F4F. Windows color (decimal): -7392954 or 4600207. OLE color: 4600207.
HSL color Cylindrical-coordinate representation of color #8F3146: hue angle of 346.6º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3146 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 70 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.44 |
| HSL | 346.6º | 0.49% | 0.38% | - |
| HSV(B) | 346.6º | 0.66% | 0.56% | - |
| XYZ | 13.53 | 8.48 | 6.72 | - |
| YUV | 79.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 70 | 0 | 0.66 | 0.51 | 0.44 | 346.6 | 0.49 | 0.38 |
| Hex | 8F | 31 | 46 | 0 | 42 | 33 | 2C | 15B | 31 | 26 |
| Octal | 217 | 61 | 106 | 0 | 102 | 63 | 54 | 533 | 61 | 46 |
| Binary | 10001111 | 110001 | 1000110 | 0 | 1000010 | 110011 | 101100 | 101011011 | 110001 | 100110 |
Color Harmonies of #8F3146
Complementary color
Monochromatic Colors of #8F3146
Black with #8F3146
Text Example
Text Example
White with #8F3146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3146; }
p { color: rgb(143,49,70); }
H1.HeaderClassName
{
color: #8F3146;
}
.AnyTagClassName
{
color: #8F3146;
}
</style>
background-color css
<style>
a { background-color: #8F3146; }
a { background-color: rgb(143,49,70); }
div.DivClassName
{
background-color: #8F3146;
}
.BgClassName
{
background-color: #8F3146;
}
</style>
border-color css
<style>
span { border-color: #8F3146; }
span { border-color: rgb(143,49,70); }
td.TdClassName
{
border-color: #8F3146;
}
.TagClassName
{
border-color: #8F3146;
}
</style>