Shades of Stiletto #813C41
Tints of Stiletto #813C41
RGB
CMYK
RGB Variations
Color information
#813C41 (or 0x813C41) is known color: Stiletto. HEX triplet: 81, 3C and 41. RGB value is (129,60,65). Sum of RGB (Red+Green+Blue) = 129+60+65=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #813C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C41 is #7EC3BE. Grayscale: #515151. Windows color (decimal): -8307647 or 4275329. OLE color: 4275329.
HSL color Cylindrical-coordinate representation of color #813C41: hue angle of 355.65º degrees, saturation: 0.37, 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 #813C41 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 65 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.49 |
| HSL | 355.65º | 0.37% | 0.37% | - |
| HSV(B) | 355.65º | 0.53% | 0.51% | - |
| XYZ | 11.62 | 8.28 | 5.99 | - |
| YUV | 81.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 65 | 0 | 0.53 | 0.50 | 0.49 | 355.65 | 0.37 | 0.37 |
| Hex | 81 | 3C | 41 | 0 | 35 | 32 | 31 | 164 | 25 | 25 |
| Octal | 201 | 74 | 101 | 0 | 65 | 62 | 61 | 544 | 45 | 45 |
| Binary | 10000001 | 111100 | 1000001 | 0 | 110101 | 110010 | 110001 | 101100100 | 100101 | 100101 |
Color Harmonies of #813C41
Complementary color
Monochromatic Colors of #813C41
Black with #813C41
Text Example
Text Example
White with #813C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C41; }
p { color: rgb(129,60,65); }
H1.HeaderClassName
{
color: #813C41;
}
.AnyTagClassName
{
color: #813C41;
}
</style>
background-color css
<style>
a { background-color: #813C41; }
a { background-color: rgb(129,60,65); }
div.DivClassName
{
background-color: #813C41;
}
.BgClassName
{
background-color: #813C41;
}
</style>
border-color css
<style>
span { border-color: #813C41; }
span { border-color: rgb(129,60,65); }
td.TdClassName
{
border-color: #813C41;
}
.TagClassName
{
border-color: #813C41;
}
</style>