Shades of Stiletto #813A40
Tints of Stiletto #813A40
RGB
CMYK
RGB Variations
Color information
#813A40 (or 0x813A40) is known color: Stiletto. HEX triplet: 81, 3A and 40. RGB value is (129,58,64). Sum of RGB (Red+Green+Blue) = 129+58+64=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #813A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A40 is #7EC5BF. Grayscale: #4F4F4F. Windows color (decimal): -8308160 or 4209281. OLE color: 4209281.
HSL color Cylindrical-coordinate representation of color #813A40: hue angle of 354.93º 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 #813A40 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 64 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.49 |
| HSL | 354.93º | 0.38% | 0.37% | - |
| HSV(B) | 354.93º | 0.55% | 0.51% | - |
| XYZ | 11.49 | 8.06 | 5.8 | - |
| YUV | 79.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 64 | 0 | 0.55 | 0.50 | 0.49 | 354.93 | 0.38 | 0.37 |
| Hex | 81 | 3A | 40 | 0 | 37 | 32 | 31 | 163 | 26 | 25 |
| Octal | 201 | 72 | 100 | 0 | 67 | 62 | 61 | 543 | 46 | 45 |
| Binary | 10000001 | 111010 | 1000000 | 0 | 110111 | 110010 | 110001 | 101100011 | 100110 | 100101 |
Color Harmonies of #813A40
Complementary color
Monochromatic Colors of #813A40
Black with #813A40
Text Example
Text Example
White with #813A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A40; }
p { color: rgb(129,58,64); }
H1.HeaderClassName
{
color: #813A40;
}
.AnyTagClassName
{
color: #813A40;
}
</style>
background-color css
<style>
a { background-color: #813A40; }
a { background-color: rgb(129,58,64); }
div.DivClassName
{
background-color: #813A40;
}
.BgClassName
{
background-color: #813A40;
}
</style>
border-color css
<style>
span { border-color: #813A40; }
span { border-color: rgb(129,58,64); }
td.TdClassName
{
border-color: #813A40;
}
.TagClassName
{
border-color: #813A40;
}
</style>