Shades of Stiletto #883A3F
Tints of Stiletto #883A3F
RGB
CMYK
RGB Variations
Color information
#883A3F (or 0x883A3F) is known color: Stiletto. HEX triplet: 88, 3A and 3F. RGB value is (136,58,63). Sum of RGB (Red+Green+Blue) = 136+58+63=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #883A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A3F is #77C5C0. Grayscale: #515151. Windows color (decimal): -7849409 or 4143752. OLE color: 4143752.
HSL color Cylindrical-coordinate representation of color #883A3F: hue angle of 356.15º 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 #883A3F is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 63 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.47 |
| HSL | 356.15º | 0.4% | 0.38% | - |
| HSV(B) | 356.15º | 0.57% | 0.53% | - |
| XYZ | 12.56 | 8.62 | 5.7 | - |
| YUV | 81.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 63 | 0 | 0.57 | 0.54 | 0.47 | 356.15 | 0.4 | 0.38 |
| Hex | 88 | 3A | 3F | 0 | 39 | 36 | 2F | 164 | 28 | 26 |
| Octal | 210 | 72 | 77 | 0 | 71 | 66 | 57 | 544 | 50 | 46 |
| Binary | 10001000 | 111010 | 111111 | 0 | 111001 | 110110 | 101111 | 101100100 | 101000 | 100110 |
Color Harmonies of #883A3F
Complementary color
Monochromatic Colors of #883A3F
Black with #883A3F
Text Example
Text Example
White with #883A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A3F; }
p { color: rgb(136,58,63); }
H1.HeaderClassName
{
color: #883A3F;
}
.AnyTagClassName
{
color: #883A3F;
}
</style>
background-color css
<style>
a { background-color: #883A3F; }
a { background-color: rgb(136,58,63); }
div.DivClassName
{
background-color: #883A3F;
}
.BgClassName
{
background-color: #883A3F;
}
</style>
border-color css
<style>
span { border-color: #883A3F; }
span { border-color: rgb(136,58,63); }
td.TdClassName
{
border-color: #883A3F;
}
.TagClassName
{
border-color: #883A3F;
}
</style>