Shades of El Salva #914C42
Tints of El Salva #914C42
RGB
CMYK
RGB Variations
Color information
#914C42 (or 0x914C42) is known color: El Salva. HEX triplet: 91, 4C and 42. RGB value is (145,76,66). Sum of RGB (Red+Green+Blue) = 145+76+66=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #914C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914C42 is #6EB3BD. Grayscale: #5F5F5F. Windows color (decimal): -7254974 or 4344977. OLE color: 4344977.
HSL color Cylindrical-coordinate representation of color #914C42: hue angle of 7.59º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914C42 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 66 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.43 |
| HSL | 7.59º | 0.37% | 0.41% | - |
| HSV(B) | 7.59º | 0.54% | 0.57% | - |
| XYZ | 15.24 | 11.58 | 6.59 | - |
| YUV | 95.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 66 | 0 | 0.48 | 0.54 | 0.43 | 7.59 | 0.37 | 0.41 |
| Hex | 91 | 4C | 42 | 0 | 30 | 36 | 2B | 8 | 25 | 29 |
| Octal | 221 | 114 | 102 | 0 | 60 | 66 | 53 | 10 | 45 | 51 |
| Binary | 10010001 | 1001100 | 1000010 | 0 | 110000 | 110110 | 101011 | 1000 | 100101 | 101001 |
Color Harmonies of #914C42
Complementary color
Monochromatic Colors of #914C42
Black with #914C42
Text Example
Text Example
White with #914C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C42; }
p { color: rgb(145,76,66); }
H1.HeaderClassName
{
color: #914C42;
}
.AnyTagClassName
{
color: #914C42;
}
</style>
background-color css
<style>
a { background-color: #914C42; }
a { background-color: rgb(145,76,66); }
div.DivClassName
{
background-color: #914C42;
}
.BgClassName
{
background-color: #914C42;
}
</style>
border-color css
<style>
span { border-color: #914C42; }
span { border-color: rgb(145,76,66); }
td.TdClassName
{
border-color: #914C42;
}
.TagClassName
{
border-color: #914C42;
}
</style>