Shades of Stiletto #813A3E
Tints of Stiletto #813A3E
RGB
CMYK
RGB Variations
Color information
#813A3E (or 0x813A3E) is known color: Stiletto. HEX triplet: 81, 3A and 3E. RGB value is (129,58,62). Sum of RGB (Red+Green+Blue) = 129+58+62=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #813A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A3E is #7EC5C1. Grayscale: #4F4F4F. Windows color (decimal): -8308162 or 4078209. OLE color: 4078209.
HSL color Cylindrical-coordinate representation of color #813A3E: hue angle of 356.62º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813A3E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 62 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.49 |
| HSL | 356.62º | 0.38% | 0.37% | - |
| HSV(B) | 356.62º | 0.55% | 0.51% | - |
| XYZ | 11.44 | 8.04 | 5.51 | - |
| YUV | 79.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 62 | 0 | 0.55 | 0.52 | 0.49 | 356.62 | 0.38 | 0.37 |
| Hex | 81 | 3A | 3E | 0 | 37 | 34 | 31 | 165 | 26 | 25 |
| Octal | 201 | 72 | 76 | 0 | 67 | 64 | 61 | 545 | 46 | 45 |
| Binary | 10000001 | 111010 | 111110 | 0 | 110111 | 110100 | 110001 | 101100101 | 100110 | 100101 |
Color Harmonies of #813A3E
Complementary color
Monochromatic Colors of #813A3E
Black with #813A3E
Text Example
Text Example
White with #813A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A3E; }
p { color: rgb(129,58,62); }
H1.HeaderClassName
{
color: #813A3E;
}
.AnyTagClassName
{
color: #813A3E;
}
</style>
background-color css
<style>
a { background-color: #813A3E; }
a { background-color: rgb(129,58,62); }
div.DivClassName
{
background-color: #813A3E;
}
.BgClassName
{
background-color: #813A3E;
}
</style>
border-color css
<style>
span { border-color: #813A3E; }
span { border-color: rgb(129,58,62); }
td.TdClassName
{
border-color: #813A3E;
}
.TagClassName
{
border-color: #813A3E;
}
</style>