Shades of Stiletto #883F45
Tints of Stiletto #883F45
RGB
CMYK
RGB Variations
Color information
#883F45 (or 0x883F45) is known color: Stiletto. HEX triplet: 88, 3F and 45. RGB value is (136,63,69). Sum of RGB (Red+Green+Blue) = 136+63+69=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #883F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F45 is #77C0BA. Grayscale: #555555. Windows color (decimal): -7848123 or 4538248. OLE color: 4538248.
HSL color Cylindrical-coordinate representation of color #883F45: hue angle of 355.07º 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 #883F45 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 69 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.47 |
| HSL | 355.07º | 0.37% | 0.39% | - |
| HSV(B) | 355.07º | 0.54% | 0.53% | - |
| XYZ | 13.01 | 9.22 | 6.72 | - |
| YUV | 85.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 69 | 0 | 0.54 | 0.49 | 0.47 | 355.07 | 0.37 | 0.39 |
| Hex | 88 | 3F | 45 | 0 | 36 | 31 | 2F | 163 | 25 | 27 |
| Octal | 210 | 77 | 105 | 0 | 66 | 61 | 57 | 543 | 45 | 47 |
| Binary | 10001000 | 111111 | 1000101 | 0 | 110110 | 110001 | 101111 | 101100011 | 100101 | 100111 |
Color Harmonies of #883F45
Complementary color
Monochromatic Colors of #883F45
Black with #883F45
Text Example
Text Example
White with #883F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F45; }
p { color: rgb(136,63,69); }
H1.HeaderClassName
{
color: #883F45;
}
.AnyTagClassName
{
color: #883F45;
}
</style>
background-color css
<style>
a { background-color: #883F45; }
a { background-color: rgb(136,63,69); }
div.DivClassName
{
background-color: #883F45;
}
.BgClassName
{
background-color: #883F45;
}
</style>
border-color css
<style>
span { border-color: #883F45; }
span { border-color: rgb(136,63,69); }
td.TdClassName
{
border-color: #883F45;
}
.TagClassName
{
border-color: #883F45;
}
</style>