Shades of El Salva #8F5143
Tints of El Salva #8F5143
RGB
CMYK
RGB Variations
Color information
#8F5143 (or 0x8F5143) is known color: El Salva. HEX triplet: 8F, 51 and 43. RGB value is (143,81,67). Sum of RGB (Red+Green+Blue) = 143+81+67=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5143 is #70AEBC. Grayscale: #626262. Windows color (decimal): -7384765 or 4411791. OLE color: 4411791.
HSL color Cylindrical-coordinate representation of color #8F5143: hue angle of 11.05º 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 #8F5143 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 81 | 67 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.44 |
| HSL | 11.05º | 0.36% | 0.41% | - |
| HSV(B) | 11.05º | 0.53% | 0.56% | - |
| XYZ | 15.28 | 12.13 | 6.85 | - |
| YUV | 97.94 | 110.54 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 67 | 0 | 0.43 | 0.53 | 0.44 | 11.05 | 0.36 | 0.41 |
| Hex | 8F | 51 | 43 | 0 | 2B | 35 | 2C | B | 24 | 29 |
| Octal | 217 | 121 | 103 | 0 | 53 | 65 | 54 | 13 | 44 | 51 |
| Binary | 10001111 | 1010001 | 1000011 | 0 | 101011 | 110101 | 101100 | 1011 | 100100 | 101001 |
Color Harmonies of #8F5143
Complementary color
Monochromatic Colors of #8F5143
Black with #8F5143
Text Example
Text Example
White with #8F5143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5143; }
p { color: rgb(143,81,67); }
H1.HeaderClassName
{
color: #8F5143;
}
.AnyTagClassName
{
color: #8F5143;
}
</style>
background-color css
<style>
a { background-color: #8F5143; }
a { background-color: rgb(143,81,67); }
div.DivClassName
{
background-color: #8F5143;
}
.BgClassName
{
background-color: #8F5143;
}
</style>
border-color css
<style>
span { border-color: #8F5143; }
span { border-color: rgb(143,81,67); }
td.TdClassName
{
border-color: #8F5143;
}
.TagClassName
{
border-color: #8F5143;
}
</style>