Shades of Stiletto #7D3F41
Tints of Stiletto #7D3F41
RGB
CMYK
RGB Variations
Color information
#7D3F41 (or 0x7D3F41) is known color: Stiletto. HEX triplet: 7D, 3F and 41. RGB value is (125,63,65). Sum of RGB (Red+Green+Blue) = 125+63+65=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3F41 is #82C0BE. Grayscale: #515151. Windows color (decimal): -8569023 or 4276093. OLE color: 4276093.
HSL color Cylindrical-coordinate representation of color #7D3F41: hue angle of 358.06º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3F41 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 63 | 65 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.51 |
| HSL | 358.06º | 0.33% | 0.37% | - |
| HSV(B) | 358.06º | 0.5% | 0.49% | - |
| XYZ | 11.19 | 8.3 | 6.01 | - |
| YUV | 81.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 65 | 0 | 0.50 | 0.48 | 0.51 | 358.06 | 0.33 | 0.37 |
| Hex | 7D | 3F | 41 | 0 | 32 | 30 | 33 | 166 | 21 | 25 |
| Octal | 175 | 77 | 101 | 0 | 62 | 60 | 63 | 546 | 41 | 45 |
| Binary | 1111101 | 111111 | 1000001 | 0 | 110010 | 110000 | 110011 | 101100110 | 100001 | 100101 |
Color Harmonies of #7D3F41
Complementary color
Monochromatic Colors of #7D3F41
Black with #7D3F41
Text Example
Text Example
White with #7D3F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3F41; }
p { color: rgb(125,63,65); }
H1.HeaderClassName
{
color: #7D3F41;
}
.AnyTagClassName
{
color: #7D3F41;
}
</style>
background-color css
<style>
a { background-color: #7D3F41; }
a { background-color: rgb(125,63,65); }
div.DivClassName
{
background-color: #7D3F41;
}
.BgClassName
{
background-color: #7D3F41;
}
</style>
border-color css
<style>
span { border-color: #7D3F41; }
span { border-color: rgb(125,63,65); }
td.TdClassName
{
border-color: #7D3F41;
}
.TagClassName
{
border-color: #7D3F41;
}
</style>