Shades of Stiletto #883F40
Tints of Stiletto #883F40
RGB
CMYK
RGB Variations
Color information
#883F40 (or 0x883F40) is known color: Stiletto. HEX triplet: 88, 3F and 40. RGB value is (136,63,64). Sum of RGB (Red+Green+Blue) = 136+63+64=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #883F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F40 is #77C0BF. Grayscale: #555555. Windows color (decimal): -7848128 or 4210568. OLE color: 4210568.
HSL color Cylindrical-coordinate representation of color #883F40: hue angle of 359.18º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883F40 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 64 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.47 |
| HSL | 359.18º | 0.37% | 0.39% | - |
| HSV(B) | 359.18º | 0.54% | 0.53% | - |
| XYZ | 12.86 | 9.16 | 5.94 | - |
| YUV | 84.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 64 | 0 | 0.54 | 0.53 | 0.47 | 359.18 | 0.37 | 0.39 |
| Hex | 88 | 3F | 40 | 0 | 36 | 35 | 2F | 167 | 25 | 27 |
| Octal | 210 | 77 | 100 | 0 | 66 | 65 | 57 | 547 | 45 | 47 |
| Binary | 10001000 | 111111 | 1000000 | 0 | 110110 | 110101 | 101111 | 101100111 | 100101 | 100111 |
Color Harmonies of #883F40
Complementary color
Monochromatic Colors of #883F40
Black with #883F40
Text Example
Text Example
White with #883F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F40; }
p { color: rgb(136,63,64); }
H1.HeaderClassName
{
color: #883F40;
}
.AnyTagClassName
{
color: #883F40;
}
</style>
background-color css
<style>
a { background-color: #883F40; }
a { background-color: rgb(136,63,64); }
div.DivClassName
{
background-color: #883F40;
}
.BgClassName
{
background-color: #883F40;
}
</style>
border-color css
<style>
span { border-color: #883F40; }
span { border-color: rgb(136,63,64); }
td.TdClassName
{
border-color: #883F40;
}
.TagClassName
{
border-color: #883F40;
}
</style>