Shades of Stiletto #883B3C
Tints of Stiletto #883B3C
RGB
CMYK
RGB Variations
Color information
#883B3C (or 0x883B3C) is known color: Stiletto. HEX triplet: 88, 3B and 3C. RGB value is (136,59,60). Sum of RGB (Red+Green+Blue) = 136+59+60=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #883B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B3C is #77C4C3. Grayscale: #525252. Windows color (decimal): -7849156 or 3947400. OLE color: 3947400.
HSL color Cylindrical-coordinate representation of color #883B3C: hue angle of 359.22º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883B3C is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 60 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.47 |
| HSL | 359.22º | 0.39% | 0.38% | - |
| HSV(B) | 359.22º | 0.57% | 0.53% | - |
| XYZ | 12.53 | 8.69 | 5.29 | - |
| YUV | 82.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 60 | 0 | 0.57 | 0.56 | 0.47 | 359.22 | 0.39 | 0.38 |
| Hex | 88 | 3B | 3C | 0 | 39 | 38 | 2F | 167 | 27 | 26 |
| Octal | 210 | 73 | 74 | 0 | 71 | 70 | 57 | 547 | 47 | 46 |
| Binary | 10001000 | 111011 | 111100 | 0 | 111001 | 111000 | 101111 | 101100111 | 100111 | 100110 |
Color Harmonies of #883B3C
Complementary color
Monochromatic Colors of #883B3C
Black with #883B3C
Text Example
Text Example
White with #883B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B3C; }
p { color: rgb(136,59,60); }
H1.HeaderClassName
{
color: #883B3C;
}
.AnyTagClassName
{
color: #883B3C;
}
</style>
background-color css
<style>
a { background-color: #883B3C; }
a { background-color: rgb(136,59,60); }
div.DivClassName
{
background-color: #883B3C;
}
.BgClassName
{
background-color: #883B3C;
}
</style>
border-color css
<style>
span { border-color: #883B3C; }
span { border-color: rgb(136,59,60); }
td.TdClassName
{
border-color: #883B3C;
}
.TagClassName
{
border-color: #883B3C;
}
</style>