Shades of Stiletto #883B42
Tints of Stiletto #883B42
RGB
CMYK
RGB Variations
Color information
#883B42 (or 0x883B42) is known color: Stiletto. HEX triplet: 88, 3B and 42. RGB value is (136,59,66). Sum of RGB (Red+Green+Blue) = 136+59+66=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #883B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B42 is #77C4BD. Grayscale: #525252. Windows color (decimal): -7849150 or 4340616. OLE color: 4340616.
HSL color Cylindrical-coordinate representation of color #883B42: hue angle of 354.55º 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 #883B42 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 66 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.47 |
| HSL | 354.55º | 0.39% | 0.38% | - |
| HSV(B) | 354.55º | 0.57% | 0.53% | - |
| XYZ | 12.7 | 8.76 | 6.17 | - |
| YUV | 82.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 66 | 0 | 0.57 | 0.51 | 0.47 | 354.55 | 0.39 | 0.38 |
| Hex | 88 | 3B | 42 | 0 | 39 | 33 | 2F | 163 | 27 | 26 |
| Octal | 210 | 73 | 102 | 0 | 71 | 63 | 57 | 543 | 47 | 46 |
| Binary | 10001000 | 111011 | 1000010 | 0 | 111001 | 110011 | 101111 | 101100011 | 100111 | 100110 |
Color Harmonies of #883B42
Complementary color
Monochromatic Colors of #883B42
Black with #883B42
Text Example
Text Example
White with #883B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B42; }
p { color: rgb(136,59,66); }
H1.HeaderClassName
{
color: #883B42;
}
.AnyTagClassName
{
color: #883B42;
}
</style>
background-color css
<style>
a { background-color: #883B42; }
a { background-color: rgb(136,59,66); }
div.DivClassName
{
background-color: #883B42;
}
.BgClassName
{
background-color: #883B42;
}
</style>
border-color css
<style>
span { border-color: #883B42; }
span { border-color: rgb(136,59,66); }
td.TdClassName
{
border-color: #883B42;
}
.TagClassName
{
border-color: #883B42;
}
</style>