Shades of Stiletto #81363F
Tints of Stiletto #81363F
RGB
CMYK
RGB Variations
Color information
#81363F (or 0x81363F) is known color: Stiletto. HEX triplet: 81, 36 and 3F. RGB value is (129,54,63). Sum of RGB (Red+Green+Blue) = 129+54+63=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81363F is #7EC9C0. Grayscale: #4D4D4D. Windows color (decimal): -8309185 or 4142721. OLE color: 4142721.
HSL color Cylindrical-coordinate representation of color #81363F: hue angle of 352.8º 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 #81363F is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 54 | 63 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.49 |
| HSL | 352.8º | 0.41% | 0.36% | - |
| HSV(B) | 352.8º | 0.58% | 0.51% | - |
| XYZ | 11.27 | 7.66 | 5.59 | - |
| YUV | 77.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 63 | 0 | 0.58 | 0.51 | 0.49 | 352.8 | 0.41 | 0.36 |
| Hex | 81 | 36 | 3F | 0 | 3A | 33 | 31 | 161 | 29 | 24 |
| Octal | 201 | 66 | 77 | 0 | 72 | 63 | 61 | 541 | 51 | 44 |
| Binary | 10000001 | 110110 | 111111 | 0 | 111010 | 110011 | 110001 | 101100001 | 101001 | 100100 |
Color Harmonies of #81363F
Complementary color
Monochromatic Colors of #81363F
Black with #81363F
Text Example
Text Example
White with #81363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81363F; }
p { color: rgb(129,54,63); }
H1.HeaderClassName
{
color: #81363F;
}
.AnyTagClassName
{
color: #81363F;
}
</style>
background-color css
<style>
a { background-color: #81363F; }
a { background-color: rgb(129,54,63); }
div.DivClassName
{
background-color: #81363F;
}
.BgClassName
{
background-color: #81363F;
}
</style>
border-color css
<style>
span { border-color: #81363F; }
span { border-color: rgb(129,54,63); }
td.TdClassName
{
border-color: #81363F;
}
.TagClassName
{
border-color: #81363F;
}
</style>