Shades of Stiletto #81393D
Tints of Stiletto #81393D
RGB
CMYK
RGB Variations
Color information
#81393D (or 0x81393D) is known color: Stiletto. HEX triplet: 81, 39 and 3D. RGB value is (129,57,61). Sum of RGB (Red+Green+Blue) = 129+57+61=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #81393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81393D is #7EC6C2. Grayscale: #4F4F4F. Windows color (decimal): -8308419 or 4012417. OLE color: 4012417.
HSL color Cylindrical-coordinate representation of color #81393D: hue angle of 356.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81393D is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 57 | 61 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.49 |
| HSL | 356.67º | 0.39% | 0.36% | - |
| HSV(B) | 356.67º | 0.56% | 0.51% | - |
| XYZ | 11.36 | 7.93 | 5.35 | - |
| YUV | 78.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 61 | 0 | 0.56 | 0.53 | 0.49 | 356.67 | 0.39 | 0.36 |
| Hex | 81 | 39 | 3D | 0 | 38 | 35 | 31 | 165 | 27 | 24 |
| Octal | 201 | 71 | 75 | 0 | 70 | 65 | 61 | 545 | 47 | 44 |
| Binary | 10000001 | 111001 | 111101 | 0 | 111000 | 110101 | 110001 | 101100101 | 100111 | 100100 |
Color Harmonies of #81393D
Complementary color
Monochromatic Colors of #81393D
Black with #81393D
Text Example
Text Example
White with #81393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81393D; }
p { color: rgb(129,57,61); }
H1.HeaderClassName
{
color: #81393D;
}
.AnyTagClassName
{
color: #81393D;
}
</style>
background-color css
<style>
a { background-color: #81393D; }
a { background-color: rgb(129,57,61); }
div.DivClassName
{
background-color: #81393D;
}
.BgClassName
{
background-color: #81393D;
}
</style>
border-color css
<style>
span { border-color: #81393D; }
span { border-color: rgb(129,57,61); }
td.TdClassName
{
border-color: #81393D;
}
.TagClassName
{
border-color: #81393D;
}
</style>