Shades of Stiletto #7E3E43
Tints of Stiletto #7E3E43
RGB
CMYK
RGB Variations
Color information
#7E3E43 (or 0x7E3E43) is known color: Stiletto. HEX triplet: 7E, 3E and 43. RGB value is (126,62,67). Sum of RGB (Red+Green+Blue) = 126+62+67=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3E43 is #81C1BC. Grayscale: #515151. Windows color (decimal): -8503741 or 4406910. OLE color: 4406910.
HSL color Cylindrical-coordinate representation of color #7E3E43: hue angle of 355.31º 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 #7E3E43 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 62 | 67 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.51 |
| HSL | 355.31º | 0.34% | 0.37% | - |
| HSV(B) | 355.31º | 0.51% | 0.49% | - |
| XYZ | 11.34 | 8.29 | 6.31 | - |
| YUV | 81.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 67 | 0 | 0.51 | 0.47 | 0.51 | 355.31 | 0.34 | 0.37 |
| Hex | 7E | 3E | 43 | 0 | 33 | 2F | 33 | 163 | 22 | 25 |
| Octal | 176 | 76 | 103 | 0 | 63 | 57 | 63 | 543 | 42 | 45 |
| Binary | 1111110 | 111110 | 1000011 | 0 | 110011 | 101111 | 110011 | 101100011 | 100010 | 100101 |
Color Harmonies of #7E3E43
Complementary color
Monochromatic Colors of #7E3E43
Black with #7E3E43
Text Example
Text Example
White with #7E3E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3E43; }
p { color: rgb(126,62,67); }
H1.HeaderClassName
{
color: #7E3E43;
}
.AnyTagClassName
{
color: #7E3E43;
}
</style>
background-color css
<style>
a { background-color: #7E3E43; }
a { background-color: rgb(126,62,67); }
div.DivClassName
{
background-color: #7E3E43;
}
.BgClassName
{
background-color: #7E3E43;
}
</style>
border-color css
<style>
span { border-color: #7E3E43; }
span { border-color: rgb(126,62,67); }
td.TdClassName
{
border-color: #7E3E43;
}
.TagClassName
{
border-color: #7E3E43;
}
</style>