Shades of Stiletto #7E393D
Tints of Stiletto #7E393D
RGB
CMYK
RGB Variations
Color information
#7E393D (or 0x7E393D) is known color: Stiletto. HEX triplet: 7E, 39 and 3D. RGB value is (126,57,61). Sum of RGB (Red+Green+Blue) = 126+57+61=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E393D is #81C6C2. Grayscale: #4E4E4E. Windows color (decimal): -8505027 or 4012414. OLE color: 4012414.
HSL color Cylindrical-coordinate representation of color #7E393D: hue angle of 356.52º 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 #7E393D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 61 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.51 |
| HSL | 356.52º | 0.38% | 0.36% | - |
| HSV(B) | 356.52º | 0.55% | 0.49% | - |
| XYZ | 10.91 | 7.7 | 5.33 | - |
| YUV | 78.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 61 | 0 | 0.55 | 0.52 | 0.51 | 356.52 | 0.38 | 0.36 |
| Hex | 7E | 39 | 3D | 0 | 37 | 34 | 33 | 165 | 26 | 24 |
| Octal | 176 | 71 | 75 | 0 | 67 | 64 | 63 | 545 | 46 | 44 |
| Binary | 1111110 | 111001 | 111101 | 0 | 110111 | 110100 | 110011 | 101100101 | 100110 | 100100 |
Color Harmonies of #7E393D
Complementary color
Monochromatic Colors of #7E393D
Black with #7E393D
Text Example
Text Example
White with #7E393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E393D; }
p { color: rgb(126,57,61); }
H1.HeaderClassName
{
color: #7E393D;
}
.AnyTagClassName
{
color: #7E393D;
}
</style>
background-color css
<style>
a { background-color: #7E393D; }
a { background-color: rgb(126,57,61); }
div.DivClassName
{
background-color: #7E393D;
}
.BgClassName
{
background-color: #7E393D;
}
</style>
border-color css
<style>
span { border-color: #7E393D; }
span { border-color: rgb(126,57,61); }
td.TdClassName
{
border-color: #7E393D;
}
.TagClassName
{
border-color: #7E393D;
}
</style>