Shades of Stiletto #7D3C3F
Tints of Stiletto #7D3C3F
RGB
CMYK
RGB Variations
Color information
#7D3C3F (or 0x7D3C3F) is known color: Stiletto. HEX triplet: 7D, 3C and 3F. RGB value is (125,60,63). Sum of RGB (Red+Green+Blue) = 125+60+63=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3C3F is #82C3C0. Grayscale: #4F4F4F. Windows color (decimal): -8569793 or 4144253. OLE color: 4144253.
HSL color Cylindrical-coordinate representation of color #7D3C3F: hue angle of 357.23º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D3C3F is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 60 | 63 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.51 |
| HSL | 357.23º | 0.35% | 0.36% | - |
| HSV(B) | 357.23º | 0.52% | 0.49% | - |
| XYZ | 10.97 | 7.95 | 5.66 | - |
| YUV | 79.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 63 | 0 | 0.52 | 0.50 | 0.51 | 357.23 | 0.35 | 0.36 |
| Hex | 7D | 3C | 3F | 0 | 34 | 32 | 33 | 165 | 23 | 24 |
| Octal | 175 | 74 | 77 | 0 | 64 | 62 | 63 | 545 | 43 | 44 |
| Binary | 1111101 | 111100 | 111111 | 0 | 110100 | 110010 | 110011 | 101100101 | 100011 | 100100 |
Color Harmonies of #7D3C3F
Complementary color
Monochromatic Colors of #7D3C3F
Black with #7D3C3F
Text Example
Text Example
White with #7D3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3C3F; }
p { color: rgb(125,60,63); }
H1.HeaderClassName
{
color: #7D3C3F;
}
.AnyTagClassName
{
color: #7D3C3F;
}
</style>
background-color css
<style>
a { background-color: #7D3C3F; }
a { background-color: rgb(125,60,63); }
div.DivClassName
{
background-color: #7D3C3F;
}
.BgClassName
{
background-color: #7D3C3F;
}
</style>
border-color css
<style>
span { border-color: #7D3C3F; }
span { border-color: rgb(125,60,63); }
td.TdClassName
{
border-color: #7D3C3F;
}
.TagClassName
{
border-color: #7D3C3F;
}
</style>