Shades of Stiletto #7E393A
Tints of Stiletto #7E393A
RGB
CMYK
RGB Variations
Color information
#7E393A (or 0x7E393A) is known color: Stiletto. HEX triplet: 7E, 39 and 3A. RGB value is (126,57,58). Sum of RGB (Red+Green+Blue) = 126+57+58=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E393A is #81C6C5. Grayscale: #4D4D4D. Windows color (decimal): -8505030 or 3815806. OLE color: 3815806.
HSL color Cylindrical-coordinate representation of color #7E393A: hue angle of 359.13º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E393A is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 58 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.51 |
| HSL | 359.13º | 0.38% | 0.36% | - |
| HSV(B) | 359.13º | 0.55% | 0.49% | - |
| XYZ | 10.83 | 7.67 | 4.91 | - |
| YUV | 77.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 58 | 0 | 0.55 | 0.54 | 0.51 | 359.13 | 0.38 | 0.36 |
| Hex | 7E | 39 | 3A | 0 | 37 | 36 | 33 | 167 | 26 | 24 |
| Octal | 176 | 71 | 72 | 0 | 67 | 66 | 63 | 547 | 46 | 44 |
| Binary | 1111110 | 111001 | 111010 | 0 | 110111 | 110110 | 110011 | 101100111 | 100110 | 100100 |
Color Harmonies of #7E393A
Complementary color
Monochromatic Colors of #7E393A
Black with #7E393A
Text Example
Text Example
White with #7E393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E393A; }
p { color: rgb(126,57,58); }
H1.HeaderClassName
{
color: #7E393A;
}
.AnyTagClassName
{
color: #7E393A;
}
</style>
background-color css
<style>
a { background-color: #7E393A; }
a { background-color: rgb(126,57,58); }
div.DivClassName
{
background-color: #7E393A;
}
.BgClassName
{
background-color: #7E393A;
}
</style>
border-color css
<style>
span { border-color: #7E393A; }
span { border-color: rgb(126,57,58); }
td.TdClassName
{
border-color: #7E393A;
}
.TagClassName
{
border-color: #7E393A;
}
</style>