Shades of Stiletto #883A3B
Tints of Stiletto #883A3B
RGB
CMYK
RGB Variations
Color information
#883A3B (or 0x883A3B) is known color: Stiletto. HEX triplet: 88, 3A and 3B. RGB value is (136,58,59). Sum of RGB (Red+Green+Blue) = 136+58+59=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #883A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A3B is #77C5C4. Grayscale: #515151. Windows color (decimal): -7849413 or 3881608. OLE color: 3881608.
HSL color Cylindrical-coordinate representation of color #883A3B: hue angle of 359.23º 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 #883A3B is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 59 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.47 |
| HSL | 359.23º | 0.4% | 0.38% | - |
| HSV(B) | 359.23º | 0.57% | 0.53% | - |
| XYZ | 12.46 | 8.58 | 5.14 | - |
| YUV | 81.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 59 | 0 | 0.57 | 0.57 | 0.47 | 359.23 | 0.4 | 0.38 |
| Hex | 88 | 3A | 3B | 0 | 39 | 39 | 2F | 167 | 28 | 26 |
| Octal | 210 | 72 | 73 | 0 | 71 | 71 | 57 | 547 | 50 | 46 |
| Binary | 10001000 | 111010 | 111011 | 0 | 111001 | 111001 | 101111 | 101100111 | 101000 | 100110 |
Color Harmonies of #883A3B
Complementary color
Monochromatic Colors of #883A3B
Black with #883A3B
Text Example
Text Example
White with #883A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A3B; }
p { color: rgb(136,58,59); }
H1.HeaderClassName
{
color: #883A3B;
}
.AnyTagClassName
{
color: #883A3B;
}
</style>
background-color css
<style>
a { background-color: #883A3B; }
a { background-color: rgb(136,58,59); }
div.DivClassName
{
background-color: #883A3B;
}
.BgClassName
{
background-color: #883A3B;
}
</style>
border-color css
<style>
span { border-color: #883A3B; }
span { border-color: rgb(136,58,59); }
td.TdClassName
{
border-color: #883A3B;
}
.TagClassName
{
border-color: #883A3B;
}
</style>