Shades of Stiletto #7E3B43
Tints of Stiletto #7E3B43
RGB
CMYK
RGB Variations
Color information
#7E3B43 (or 0x7E3B43) is known color: Stiletto. HEX triplet: 7E, 3B and 43. RGB value is (126,59,67). Sum of RGB (Red+Green+Blue) = 126+59+67=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3B43 is #81C4BC. Grayscale: #4F4F4F. Windows color (decimal): -8504509 or 4406142. OLE color: 4406142.
HSL color Cylindrical-coordinate representation of color #7E3B43: hue angle of 352.84º 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 #7E3B43 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 59 | 67 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.51 |
| HSL | 352.84º | 0.36% | 0.36% | - |
| HSV(B) | 352.84º | 0.53% | 0.49% | - |
| XYZ | 11.18 | 7.97 | 6.26 | - |
| YUV | 79.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 67 | 0 | 0.53 | 0.47 | 0.51 | 352.84 | 0.36 | 0.36 |
| Hex | 7E | 3B | 43 | 0 | 35 | 2F | 33 | 161 | 24 | 24 |
| Octal | 176 | 73 | 103 | 0 | 65 | 57 | 63 | 541 | 44 | 44 |
| Binary | 1111110 | 111011 | 1000011 | 0 | 110101 | 101111 | 110011 | 101100001 | 100100 | 100100 |
Color Harmonies of #7E3B43
Complementary color
Monochromatic Colors of #7E3B43
Black with #7E3B43
Text Example
Text Example
White with #7E3B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3B43; }
p { color: rgb(126,59,67); }
H1.HeaderClassName
{
color: #7E3B43;
}
.AnyTagClassName
{
color: #7E3B43;
}
</style>
background-color css
<style>
a { background-color: #7E3B43; }
a { background-color: rgb(126,59,67); }
div.DivClassName
{
background-color: #7E3B43;
}
.BgClassName
{
background-color: #7E3B43;
}
</style>
border-color css
<style>
span { border-color: #7E3B43; }
span { border-color: rgb(126,59,67); }
td.TdClassName
{
border-color: #7E3B43;
}
.TagClassName
{
border-color: #7E3B43;
}
</style>