Shades of El Salva #915249
Tints of El Salva #915249
RGB
CMYK
RGB Variations
Color information
#915249 (or 0x915249) is known color: El Salva. HEX triplet: 91, 52 and 49. RGB value is (145,82,73). Sum of RGB (Red+Green+Blue) = 145+82+73=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #915249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915249 is #6EADB6. Grayscale: #636363. Windows color (decimal): -7253431 or 4805265. OLE color: 4805265.
HSL color Cylindrical-coordinate representation of color #915249: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #915249 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 73 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.43 |
| HSL | 7.5º | 0.33% | 0.43% | - |
| HSV(B) | 7.5º | 0.5% | 0.57% | - |
| XYZ | 15.9 | 12.54 | 7.89 | - |
| YUV | 99.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 73 | 0 | 0.43 | 0.50 | 0.43 | 7.5 | 0.33 | 0.43 |
| Hex | 91 | 52 | 49 | 0 | 2B | 32 | 2B | 8 | 21 | 2B |
| Octal | 221 | 122 | 111 | 0 | 53 | 62 | 53 | 10 | 41 | 53 |
| Binary | 10010001 | 1010010 | 1001001 | 0 | 101011 | 110010 | 101011 | 1000 | 100001 | 101011 |
Color Harmonies of #915249
Complementary color
Monochromatic Colors of #915249
Black with #915249
Text Example
Text Example
White with #915249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915249; }
p { color: rgb(145,82,73); }
H1.HeaderClassName
{
color: #915249;
}
.AnyTagClassName
{
color: #915249;
}
</style>
background-color css
<style>
a { background-color: #915249; }
a { background-color: rgb(145,82,73); }
div.DivClassName
{
background-color: #915249;
}
.BgClassName
{
background-color: #915249;
}
</style>
border-color css
<style>
span { border-color: #915249; }
span { border-color: rgb(145,82,73); }
td.TdClassName
{
border-color: #915249;
}
.TagClassName
{
border-color: #915249;
}
</style>