Shades of El Salva #8F5047
Tints of El Salva #8F5047
RGB
CMYK
RGB Variations
Color information
#8F5047 (or 0x8F5047) is known color: El Salva. HEX triplet: 8F, 50 and 47. RGB value is (143,80,71). Sum of RGB (Red+Green+Blue) = 143+80+71=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5047 is #70AFB8. Grayscale: #616161. Windows color (decimal): -7385017 or 4673679. OLE color: 4673679.
HSL color Cylindrical-coordinate representation of color #8F5047: hue angle of 7.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F5047 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 71 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.44 |
| HSL | 7.5º | 0.34% | 0.42% | - |
| HSV(B) | 7.5º | 0.5% | 0.56% | - |
| XYZ | 15.33 | 12.03 | 7.48 | - |
| YUV | 97.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 71 | 0 | 0.44 | 0.50 | 0.44 | 7.5 | 0.34 | 0.42 |
| Hex | 8F | 50 | 47 | 0 | 2C | 32 | 2C | 8 | 22 | 2A |
| Octal | 217 | 120 | 107 | 0 | 54 | 62 | 54 | 10 | 42 | 52 |
| Binary | 10001111 | 1010000 | 1000111 | 0 | 101100 | 110010 | 101100 | 1000 | 100010 | 101010 |
Color Harmonies of #8F5047
Complementary color
Monochromatic Colors of #8F5047
Black with #8F5047
Text Example
Text Example
White with #8F5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5047; }
p { color: rgb(143,80,71); }
H1.HeaderClassName
{
color: #8F5047;
}
.AnyTagClassName
{
color: #8F5047;
}
</style>
background-color css
<style>
a { background-color: #8F5047; }
a { background-color: rgb(143,80,71); }
div.DivClassName
{
background-color: #8F5047;
}
.BgClassName
{
background-color: #8F5047;
}
</style>
border-color css
<style>
span { border-color: #8F5047; }
span { border-color: rgb(143,80,71); }
td.TdClassName
{
border-color: #8F5047;
}
.TagClassName
{
border-color: #8F5047;
}
</style>