Shades of Stiletto #81383D
Tints of Stiletto #81383D
RGB
CMYK
RGB Variations
Color information
#81383D (or 0x81383D) is known color: Stiletto. HEX triplet: 81, 38 and 3D. RGB value is (129,56,61). Sum of RGB (Red+Green+Blue) = 129+56+61=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81383D is #7EC7C2. Grayscale: #4E4E4E. Windows color (decimal): -8308675 or 4012161. OLE color: 4012161.
HSL color Cylindrical-coordinate representation of color #81383D: hue angle of 355.89º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81383D is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 56 | 61 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.49 |
| HSL | 355.89º | 0.39% | 0.36% | - |
| HSV(B) | 355.89º | 0.57% | 0.51% | - |
| XYZ | 11.31 | 7.83 | 5.33 | - |
| YUV | 78.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 61 | 0 | 0.57 | 0.53 | 0.49 | 355.89 | 0.39 | 0.36 |
| Hex | 81 | 38 | 3D | 0 | 39 | 35 | 31 | 164 | 27 | 24 |
| Octal | 201 | 70 | 75 | 0 | 71 | 65 | 61 | 544 | 47 | 44 |
| Binary | 10000001 | 111000 | 111101 | 0 | 111001 | 110101 | 110001 | 101100100 | 100111 | 100100 |
Color Harmonies of #81383D
Complementary color
Monochromatic Colors of #81383D
Black with #81383D
Text Example
Text Example
White with #81383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81383D; }
p { color: rgb(129,56,61); }
H1.HeaderClassName
{
color: #81383D;
}
.AnyTagClassName
{
color: #81383D;
}
</style>
background-color css
<style>
a { background-color: #81383D; }
a { background-color: rgb(129,56,61); }
div.DivClassName
{
background-color: #81383D;
}
.BgClassName
{
background-color: #81383D;
}
</style>
border-color css
<style>
span { border-color: #81383D; }
span { border-color: rgb(129,56,61); }
td.TdClassName
{
border-color: #81383D;
}
.TagClassName
{
border-color: #81383D;
}
</style>