Shades of El Salva #8F4D41
Tints of El Salva #8F4D41
RGB
CMYK
RGB Variations
Color information
#8F4D41 (or 0x8F4D41) is known color: El Salva. HEX triplet: 8F, 4D and 41. RGB value is (143,77,65). Sum of RGB (Red+Green+Blue) = 143+77+65=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F4D41 is #70B2BE. Grayscale: #5F5F5F. Windows color (decimal): -7385791 or 4279695. OLE color: 4279695.
HSL color Cylindrical-coordinate representation of color #8F4D41: hue angle of 9.23º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F4D41 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 77 | 65 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.44 |
| HSL | 9.23º | 0.38% | 0.41% | - |
| HSV(B) | 9.23º | 0.55% | 0.56% | - |
| XYZ | 14.94 | 11.53 | 6.44 | - |
| YUV | 95.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 65 | 0 | 0.46 | 0.55 | 0.44 | 9.23 | 0.38 | 0.41 |
| Hex | 8F | 4D | 41 | 0 | 2E | 37 | 2C | 9 | 26 | 29 |
| Octal | 217 | 115 | 101 | 0 | 56 | 67 | 54 | 11 | 46 | 51 |
| Binary | 10001111 | 1001101 | 1000001 | 0 | 101110 | 110111 | 101100 | 1001 | 100110 | 101001 |
Color Harmonies of #8F4D41
Complementary color
Monochromatic Colors of #8F4D41
Black with #8F4D41
Text Example
Text Example
White with #8F4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4D41; }
p { color: rgb(143,77,65); }
H1.HeaderClassName
{
color: #8F4D41;
}
.AnyTagClassName
{
color: #8F4D41;
}
</style>
background-color css
<style>
a { background-color: #8F4D41; }
a { background-color: rgb(143,77,65); }
div.DivClassName
{
background-color: #8F4D41;
}
.BgClassName
{
background-color: #8F4D41;
}
</style>
border-color css
<style>
span { border-color: #8F4D41; }
span { border-color: rgb(143,77,65); }
td.TdClassName
{
border-color: #8F4D41;
}
.TagClassName
{
border-color: #8F4D41;
}
</style>