Shades of Stiletto #883C43
Tints of Stiletto #883C43
RGB
CMYK
RGB Variations
Color information
#883C43 (or 0x883C43) is known color: Stiletto. HEX triplet: 88, 3C and 43. RGB value is (136,60,67). Sum of RGB (Red+Green+Blue) = 136+60+67=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #883C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C43 is #77C3BC. Grayscale: #535353. Windows color (decimal): -7848893 or 4406408. OLE color: 4406408.
HSL color Cylindrical-coordinate representation of color #883C43: hue angle of 354.47º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #883C43 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 67 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.47 |
| HSL | 354.47º | 0.39% | 0.38% | - |
| HSV(B) | 354.47º | 0.56% | 0.53% | - |
| XYZ | 12.78 | 8.87 | 6.35 | - |
| YUV | 83.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 67 | 0 | 0.56 | 0.51 | 0.47 | 354.47 | 0.39 | 0.38 |
| Hex | 88 | 3C | 43 | 0 | 38 | 33 | 2F | 162 | 27 | 26 |
| Octal | 210 | 74 | 103 | 0 | 70 | 63 | 57 | 542 | 47 | 46 |
| Binary | 10001000 | 111100 | 1000011 | 0 | 111000 | 110011 | 101111 | 101100010 | 100111 | 100110 |
Color Harmonies of #883C43
Complementary color
Monochromatic Colors of #883C43
Black with #883C43
Text Example
Text Example
White with #883C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C43; }
p { color: rgb(136,60,67); }
H1.HeaderClassName
{
color: #883C43;
}
.AnyTagClassName
{
color: #883C43;
}
</style>
background-color css
<style>
a { background-color: #883C43; }
a { background-color: rgb(136,60,67); }
div.DivClassName
{
background-color: #883C43;
}
.BgClassName
{
background-color: #883C43;
}
</style>
border-color css
<style>
span { border-color: #883C43; }
span { border-color: rgb(136,60,67); }
td.TdClassName
{
border-color: #883C43;
}
.TagClassName
{
border-color: #883C43;
}
</style>