Shades of Stiletto #883540
Tints of Stiletto #883540
RGB
CMYK
RGB Variations
Color information
#883540 (or 0x883540) is known color: Stiletto. HEX triplet: 88, 35 and 40. RGB value is (136,53,64). Sum of RGB (Red+Green+Blue) = 136+53+64=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #883540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883540 is #77CABF. Grayscale: #4F4F4F. Windows color (decimal): -7850688 or 4208008. OLE color: 4208008.
HSL color Cylindrical-coordinate representation of color #883540: hue angle of 352.05º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883540 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 53 | 64 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.47 |
| HSL | 352.05º | 0.44% | 0.37% | - |
| HSV(B) | 352.05º | 0.61% | 0.53% | - |
| XYZ | 12.35 | 8.15 | 5.77 | - |
| YUV | 79.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 64 | 0 | 0.61 | 0.53 | 0.47 | 352.05 | 0.44 | 0.37 |
| Hex | 88 | 35 | 40 | 0 | 3D | 35 | 2F | 160 | 2C | 25 |
| Octal | 210 | 65 | 100 | 0 | 75 | 65 | 57 | 540 | 54 | 45 |
| Binary | 10001000 | 110101 | 1000000 | 0 | 111101 | 110101 | 101111 | 101100000 | 101100 | 100101 |
Color Harmonies of #883540
Complementary color
Monochromatic Colors of #883540
Black with #883540
Text Example
Text Example
White with #883540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883540; }
p { color: rgb(136,53,64); }
H1.HeaderClassName
{
color: #883540;
}
.AnyTagClassName
{
color: #883540;
}
</style>
background-color css
<style>
a { background-color: #883540; }
a { background-color: rgb(136,53,64); }
div.DivClassName
{
background-color: #883540;
}
.BgClassName
{
background-color: #883540;
}
</style>
border-color css
<style>
span { border-color: #883540; }
span { border-color: rgb(136,53,64); }
td.TdClassName
{
border-color: #883540;
}
.TagClassName
{
border-color: #883540;
}
</style>