Shades of Stiletto #81363E
Tints of Stiletto #81363E
RGB
CMYK
RGB Variations
Color information
#81363E (or 0x81363E) is known color: Stiletto. HEX triplet: 81, 36 and 3E. RGB value is (129,54,62). Sum of RGB (Red+Green+Blue) = 129+54+62=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #81363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81363E is #7EC9C1. Grayscale: #4D4D4D. Windows color (decimal): -8309186 or 4077185. OLE color: 4077185.
HSL color Cylindrical-coordinate representation of color #81363E: hue angle of 353.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81363E is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 54 | 62 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.49 |
| HSL | 353.6º | 0.41% | 0.36% | - |
| HSV(B) | 353.6º | 0.58% | 0.51% | - |
| XYZ | 11.24 | 7.65 | 5.44 | - |
| YUV | 77.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 62 | 0 | 0.58 | 0.52 | 0.49 | 353.6 | 0.41 | 0.36 |
| Hex | 81 | 36 | 3E | 0 | 3A | 34 | 31 | 162 | 29 | 24 |
| Octal | 201 | 66 | 76 | 0 | 72 | 64 | 61 | 542 | 51 | 44 |
| Binary | 10000001 | 110110 | 111110 | 0 | 111010 | 110100 | 110001 | 101100010 | 101001 | 100100 |
Color Harmonies of #81363E
Complementary color
Monochromatic Colors of #81363E
Black with #81363E
Text Example
Text Example
White with #81363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81363E; }
p { color: rgb(129,54,62); }
H1.HeaderClassName
{
color: #81363E;
}
.AnyTagClassName
{
color: #81363E;
}
</style>
background-color css
<style>
a { background-color: #81363E; }
a { background-color: rgb(129,54,62); }
div.DivClassName
{
background-color: #81363E;
}
.BgClassName
{
background-color: #81363E;
}
</style>
border-color css
<style>
span { border-color: #81363E; }
span { border-color: rgb(129,54,62); }
td.TdClassName
{
border-color: #81363E;
}
.TagClassName
{
border-color: #81363E;
}
</style>