Shades of Stiletto #7E3B41
Tints of Stiletto #7E3B41
RGB
CMYK
RGB Variations
Color information
#7E3B41 (or 0x7E3B41) is known color: Stiletto. HEX triplet: 7E, 3B and 41. RGB value is (126,59,65). Sum of RGB (Red+Green+Blue) = 126+59+65=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3B41 is #81C4BE. Grayscale: #4F4F4F. Windows color (decimal): -8504511 or 4275070. OLE color: 4275070.
HSL color Cylindrical-coordinate representation of color #7E3B41: hue angle of 354.63º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E3B41 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 59 | 65 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.51 |
| HSL | 354.63º | 0.36% | 0.36% | - |
| HSV(B) | 354.63º | 0.53% | 0.49% | - |
| XYZ | 11.12 | 7.95 | 5.95 | - |
| YUV | 79.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 65 | 0 | 0.53 | 0.48 | 0.51 | 354.63 | 0.36 | 0.36 |
| Hex | 7E | 3B | 41 | 0 | 35 | 30 | 33 | 163 | 24 | 24 |
| Octal | 176 | 73 | 101 | 0 | 65 | 60 | 63 | 543 | 44 | 44 |
| Binary | 1111110 | 111011 | 1000001 | 0 | 110101 | 110000 | 110011 | 101100011 | 100100 | 100100 |
Color Harmonies of #7E3B41
Complementary color
Monochromatic Colors of #7E3B41
Black with #7E3B41
Text Example
Text Example
White with #7E3B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3B41; }
p { color: rgb(126,59,65); }
H1.HeaderClassName
{
color: #7E3B41;
}
.AnyTagClassName
{
color: #7E3B41;
}
</style>
background-color css
<style>
a { background-color: #7E3B41; }
a { background-color: rgb(126,59,65); }
div.DivClassName
{
background-color: #7E3B41;
}
.BgClassName
{
background-color: #7E3B41;
}
</style>
border-color css
<style>
span { border-color: #7E3B41; }
span { border-color: rgb(126,59,65); }
td.TdClassName
{
border-color: #7E3B41;
}
.TagClassName
{
border-color: #7E3B41;
}
</style>