Shades of Stiletto #883A41
Tints of Stiletto #883A41
RGB
CMYK
RGB Variations
Color information
#883A41 (or 0x883A41) is known color: Stiletto. HEX triplet: 88, 3A and 41. RGB value is (136,58,65). Sum of RGB (Red+Green+Blue) = 136+58+65=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #883A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A41 is #77C5BE. Grayscale: #525252. Windows color (decimal): -7849407 or 4274824. OLE color: 4274824.
HSL color Cylindrical-coordinate representation of color #883A41: hue angle of 354.62º degrees, saturation: 0.4, 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 #883A41 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 65 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.47 |
| HSL | 354.62º | 0.4% | 0.38% | - |
| HSV(B) | 354.62º | 0.57% | 0.53% | - |
| XYZ | 12.62 | 8.64 | 6 | - |
| YUV | 82.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 65 | 0 | 0.57 | 0.52 | 0.47 | 354.62 | 0.4 | 0.38 |
| Hex | 88 | 3A | 41 | 0 | 39 | 34 | 2F | 163 | 28 | 26 |
| Octal | 210 | 72 | 101 | 0 | 71 | 64 | 57 | 543 | 50 | 46 |
| Binary | 10001000 | 111010 | 1000001 | 0 | 111001 | 110100 | 101111 | 101100011 | 101000 | 100110 |
Color Harmonies of #883A41
Complementary color
Monochromatic Colors of #883A41
Black with #883A41
Text Example
Text Example
White with #883A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A41; }
p { color: rgb(136,58,65); }
H1.HeaderClassName
{
color: #883A41;
}
.AnyTagClassName
{
color: #883A41;
}
</style>
background-color css
<style>
a { background-color: #883A41; }
a { background-color: rgb(136,58,65); }
div.DivClassName
{
background-color: #883A41;
}
.BgClassName
{
background-color: #883A41;
}
</style>
border-color css
<style>
span { border-color: #883A41; }
span { border-color: rgb(136,58,65); }
td.TdClassName
{
border-color: #883A41;
}
.TagClassName
{
border-color: #883A41;
}
</style>