Shades of Stiletto #7E3E41
Tints of Stiletto #7E3E41
RGB
CMYK
RGB Variations
Color information
#7E3E41 (or 0x7E3E41) is known color: Stiletto. HEX triplet: 7E, 3E and 41. RGB value is (126,62,65). Sum of RGB (Red+Green+Blue) = 126+62+65=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3E41 is #81C1BE. Grayscale: #515151. Windows color (decimal): -8503743 or 4275838. OLE color: 4275838.
HSL color Cylindrical-coordinate representation of color #7E3E41: hue angle of 357.19º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E3E41 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 62 | 65 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.51 |
| HSL | 357.19º | 0.34% | 0.37% | - |
| HSV(B) | 357.19º | 0.51% | 0.49% | - |
| XYZ | 11.28 | 8.26 | 6 | - |
| YUV | 81.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 65 | 0 | 0.51 | 0.48 | 0.51 | 357.19 | 0.34 | 0.37 |
| Hex | 7E | 3E | 41 | 0 | 33 | 30 | 33 | 165 | 22 | 25 |
| Octal | 176 | 76 | 101 | 0 | 63 | 60 | 63 | 545 | 42 | 45 |
| Binary | 1111110 | 111110 | 1000001 | 0 | 110011 | 110000 | 110011 | 101100101 | 100010 | 100101 |
Color Harmonies of #7E3E41
Complementary color
Monochromatic Colors of #7E3E41
Black with #7E3E41
Text Example
Text Example
White with #7E3E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3E41; }
p { color: rgb(126,62,65); }
H1.HeaderClassName
{
color: #7E3E41;
}
.AnyTagClassName
{
color: #7E3E41;
}
</style>
background-color css
<style>
a { background-color: #7E3E41; }
a { background-color: rgb(126,62,65); }
div.DivClassName
{
background-color: #7E3E41;
}
.BgClassName
{
background-color: #7E3E41;
}
</style>
border-color css
<style>
span { border-color: #7E3E41; }
span { border-color: rgb(126,62,65); }
td.TdClassName
{
border-color: #7E3E41;
}
.TagClassName
{
border-color: #7E3E41;
}
</style>