Shades of El Salva #985144
Tints of El Salva #985144
RGB
CMYK
RGB Variations
Color information
#985144 (or 0x985144) is known color: El Salva. HEX triplet: 98, 51 and 44. RGB value is (152,81,68). Sum of RGB (Red+Green+Blue) = 152+81+68=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #985144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985144 is #67AEBB. Grayscale: #646464. Windows color (decimal): -6794940 or 4477336. OLE color: 4477336.
HSL color Cylindrical-coordinate representation of color #985144: hue angle of 9.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985144 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 68 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.40 |
| HSL | 9.29º | 0.38% | 0.43% | - |
| HSV(B) | 9.29º | 0.55% | 0.6% | - |
| XYZ | 16.93 | 12.98 | 7.08 | - |
| YUV | 100.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 68 | 0 | 0.47 | 0.55 | 0.40 | 9.29 | 0.38 | 0.43 |
| Hex | 98 | 51 | 44 | 0 | 2F | 37 | 28 | 9 | 26 | 2B |
| Octal | 230 | 121 | 104 | 0 | 57 | 67 | 50 | 11 | 46 | 53 |
| Binary | 10011000 | 1010001 | 1000100 | 0 | 101111 | 110111 | 101000 | 1001 | 100110 | 101011 |
Color Harmonies of #985144
Complementary color
Monochromatic Colors of #985144
Black with #985144
Text Example
Text Example
White with #985144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985144; }
p { color: rgb(152,81,68); }
H1.HeaderClassName
{
color: #985144;
}
.AnyTagClassName
{
color: #985144;
}
</style>
background-color css
<style>
a { background-color: #985144; }
a { background-color: rgb(152,81,68); }
div.DivClassName
{
background-color: #985144;
}
.BgClassName
{
background-color: #985144;
}
</style>
border-color css
<style>
span { border-color: #985144; }
span { border-color: rgb(152,81,68); }
td.TdClassName
{
border-color: #985144;
}
.TagClassName
{
border-color: #985144;
}
</style>