Shades of Stiletto #7D363A
Tints of Stiletto #7D363A
RGB
CMYK
RGB Variations
Color information
#7D363A (or 0x7D363A) is known color: Stiletto. HEX triplet: 7D, 36 and 3A. RGB value is (125,54,58). Sum of RGB (Red+Green+Blue) = 125+54+58=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D363A is #82C9C5. Grayscale: #4B4B4B. Windows color (decimal): -8571334 or 3815037. OLE color: 3815037.
HSL color Cylindrical-coordinate representation of color #7D363A: hue angle of 356.62º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D363A is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 54 | 58 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.51 |
| HSL | 356.62º | 0.4% | 0.35% | - |
| HSV(B) | 356.62º | 0.57% | 0.49% | - |
| XYZ | 10.54 | 7.3 | 4.86 | - |
| YUV | 75.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 58 | 0 | 0.57 | 0.54 | 0.51 | 356.62 | 0.4 | 0.35 |
| Hex | 7D | 36 | 3A | 0 | 39 | 36 | 33 | 165 | 28 | 23 |
| Octal | 175 | 66 | 72 | 0 | 71 | 66 | 63 | 545 | 50 | 43 |
| Binary | 1111101 | 110110 | 111010 | 0 | 111001 | 110110 | 110011 | 101100101 | 101000 | 100011 |
Color Harmonies of #7D363A
Complementary color
Monochromatic Colors of #7D363A
Black with #7D363A
Text Example
Text Example
White with #7D363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D363A; }
p { color: rgb(125,54,58); }
H1.HeaderClassName
{
color: #7D363A;
}
.AnyTagClassName
{
color: #7D363A;
}
</style>
background-color css
<style>
a { background-color: #7D363A; }
a { background-color: rgb(125,54,58); }
div.DivClassName
{
background-color: #7D363A;
}
.BgClassName
{
background-color: #7D363A;
}
</style>
border-color css
<style>
span { border-color: #7D363A; }
span { border-color: rgb(125,54,58); }
td.TdClassName
{
border-color: #7D363A;
}
.TagClassName
{
border-color: #7D363A;
}
</style>