Shades of El Salva #8F4D43
Tints of El Salva #8F4D43
RGB
CMYK
RGB Variations
Color information
#8F4D43 (or 0x8F4D43) is known color: El Salva. HEX triplet: 8F, 4D and 43. RGB value is (143,77,67). Sum of RGB (Red+Green+Blue) = 143+77+67=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F4D43 is #70B2BC. Grayscale: #5F5F5F. Windows color (decimal): -7385789 or 4410767. OLE color: 4410767.
HSL color Cylindrical-coordinate representation of color #8F4D43: hue angle of 7.89º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F4D43 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 77 | 67 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.44 |
| HSL | 7.89º | 0.36% | 0.41% | - |
| HSV(B) | 7.89º | 0.53% | 0.56% | - |
| XYZ | 14.99 | 11.55 | 6.75 | - |
| YUV | 95.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 67 | 0 | 0.46 | 0.53 | 0.44 | 7.89 | 0.36 | 0.41 |
| Hex | 8F | 4D | 43 | 0 | 2E | 35 | 2C | 8 | 24 | 29 |
| Octal | 217 | 115 | 103 | 0 | 56 | 65 | 54 | 10 | 44 | 51 |
| Binary | 10001111 | 1001101 | 1000011 | 0 | 101110 | 110101 | 101100 | 1000 | 100100 | 101001 |
Color Harmonies of #8F4D43
Complementary color
Monochromatic Colors of #8F4D43
Black with #8F4D43
Text Example
Text Example
White with #8F4D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4D43; }
p { color: rgb(143,77,67); }
H1.HeaderClassName
{
color: #8F4D43;
}
.AnyTagClassName
{
color: #8F4D43;
}
</style>
background-color css
<style>
a { background-color: #8F4D43; }
a { background-color: rgb(143,77,67); }
div.DivClassName
{
background-color: #8F4D43;
}
.BgClassName
{
background-color: #8F4D43;
}
</style>
border-color css
<style>
span { border-color: #8F4D43; }
span { border-color: rgb(143,77,67); }
td.TdClassName
{
border-color: #8F4D43;
}
.TagClassName
{
border-color: #8F4D43;
}
</style>