Shades of Stiletto #883D46
Tints of Stiletto #883D46
RGB
CMYK
RGB Variations
Color information
#883D46 (or 0x883D46) is known color: Stiletto. HEX triplet: 88, 3D and 46. RGB value is (136,61,70). Sum of RGB (Red+Green+Blue) = 136+61+70=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #883D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D46 is #77C2B9. Grayscale: #545454. Windows color (decimal): -7848634 or 4603272. OLE color: 4603272.
HSL color Cylindrical-coordinate representation of color #883D46: hue angle of 352.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D46 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 70 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.47 |
| HSL | 352.8º | 0.38% | 0.39% | - |
| HSV(B) | 352.8º | 0.55% | 0.53% | - |
| XYZ | 12.93 | 9.01 | 6.85 | - |
| YUV | 84.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 70 | 0 | 0.55 | 0.49 | 0.47 | 352.8 | 0.38 | 0.39 |
| Hex | 88 | 3D | 46 | 0 | 37 | 31 | 2F | 161 | 26 | 27 |
| Octal | 210 | 75 | 106 | 0 | 67 | 61 | 57 | 541 | 46 | 47 |
| Binary | 10001000 | 111101 | 1000110 | 0 | 110111 | 110001 | 101111 | 101100001 | 100110 | 100111 |
Color Harmonies of #883D46
Complementary color
Monochromatic Colors of #883D46
Black with #883D46
Text Example
Text Example
White with #883D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D46; }
p { color: rgb(136,61,70); }
H1.HeaderClassName
{
color: #883D46;
}
.AnyTagClassName
{
color: #883D46;
}
</style>
background-color css
<style>
a { background-color: #883D46; }
a { background-color: rgb(136,61,70); }
div.DivClassName
{
background-color: #883D46;
}
.BgClassName
{
background-color: #883D46;
}
</style>
border-color css
<style>
span { border-color: #883D46; }
span { border-color: rgb(136,61,70); }
td.TdClassName
{
border-color: #883D46;
}
.TagClassName
{
border-color: #883D46;
}
</style>