Shades of Stiletto #883641
Tints of Stiletto #883641
RGB
CMYK
RGB Variations
Color information
#883641 (or 0x883641) is known color: Stiletto. HEX triplet: 88, 36 and 41. RGB value is (136,54,65). Sum of RGB (Red+Green+Blue) = 136+54+65=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #883641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883641 is #77C9BE. Grayscale: #4F4F4F. Windows color (decimal): -7850431 or 4273800. OLE color: 4273800.
HSL color Cylindrical-coordinate representation of color #883641: hue angle of 351.95º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883641 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 65 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.47 |
| HSL | 351.95º | 0.43% | 0.37% | - |
| HSV(B) | 351.95º | 0.6% | 0.53% | - |
| XYZ | 12.43 | 8.25 | 5.94 | - |
| YUV | 79.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 65 | 0 | 0.60 | 0.52 | 0.47 | 351.95 | 0.43 | 0.37 |
| Hex | 88 | 36 | 41 | 0 | 3C | 34 | 2F | 160 | 2B | 25 |
| Octal | 210 | 66 | 101 | 0 | 74 | 64 | 57 | 540 | 53 | 45 |
| Binary | 10001000 | 110110 | 1000001 | 0 | 111100 | 110100 | 101111 | 101100000 | 101011 | 100101 |
Color Harmonies of #883641
Complementary color
Monochromatic Colors of #883641
Black with #883641
Text Example
Text Example
White with #883641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883641; }
p { color: rgb(136,54,65); }
H1.HeaderClassName
{
color: #883641;
}
.AnyTagClassName
{
color: #883641;
}
</style>
background-color css
<style>
a { background-color: #883641; }
a { background-color: rgb(136,54,65); }
div.DivClassName
{
background-color: #883641;
}
.BgClassName
{
background-color: #883641;
}
</style>
border-color css
<style>
span { border-color: #883641; }
span { border-color: rgb(136,54,65); }
td.TdClassName
{
border-color: #883641;
}
.TagClassName
{
border-color: #883641;
}
</style>