Shades of Stiletto #813D41
Tints of Stiletto #813D41
RGB
CMYK
RGB Variations
Color information
#813D41 (or 0x813D41) is known color: Stiletto. HEX triplet: 81, 3D and 41. RGB value is (129,61,65). Sum of RGB (Red+Green+Blue) = 129+61+65=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #813D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813D41 is #7EC2BE. Grayscale: #515151. Windows color (decimal): -8307391 or 4275585. OLE color: 4275585.
HSL color Cylindrical-coordinate representation of color #813D41: hue angle of 356.47º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #813D41 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 61 | 65 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.49 |
| HSL | 356.47º | 0.36% | 0.37% | - |
| HSV(B) | 356.47º | 0.53% | 0.51% | - |
| XYZ | 11.68 | 8.39 | 6 | - |
| YUV | 81.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 65 | 0 | 0.53 | 0.50 | 0.49 | 356.47 | 0.36 | 0.37 |
| Hex | 81 | 3D | 41 | 0 | 35 | 32 | 31 | 164 | 24 | 25 |
| Octal | 201 | 75 | 101 | 0 | 65 | 62 | 61 | 544 | 44 | 45 |
| Binary | 10000001 | 111101 | 1000001 | 0 | 110101 | 110010 | 110001 | 101100100 | 100100 | 100101 |
Color Harmonies of #813D41
Complementary color
Monochromatic Colors of #813D41
Black with #813D41
Text Example
Text Example
White with #813D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813D41; }
p { color: rgb(129,61,65); }
H1.HeaderClassName
{
color: #813D41;
}
.AnyTagClassName
{
color: #813D41;
}
</style>
background-color css
<style>
a { background-color: #813D41; }
a { background-color: rgb(129,61,65); }
div.DivClassName
{
background-color: #813D41;
}
.BgClassName
{
background-color: #813D41;
}
</style>
border-color css
<style>
span { border-color: #813D41; }
span { border-color: rgb(129,61,65); }
td.TdClassName
{
border-color: #813D41;
}
.TagClassName
{
border-color: #813D41;
}
</style>