Shades of Stiletto #884043
Tints of Stiletto #884043
RGB
CMYK
RGB Variations
Color information
#884043 (or 0x884043) is known color: Stiletto. HEX triplet: 88, 40 and 43. RGB value is (136,64,67). Sum of RGB (Red+Green+Blue) = 136+64+67=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #884043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884043 is #77BFBC. Grayscale: #555555. Windows color (decimal): -7847869 or 4407432. OLE color: 4407432.
HSL color Cylindrical-coordinate representation of color #884043: hue angle of 357.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884043 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 67 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.47 |
| HSL | 357.5º | 0.36% | 0.39% | - |
| HSV(B) | 357.5º | 0.53% | 0.53% | - |
| XYZ | 13 | 9.31 | 6.42 | - |
| YUV | 85.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 67 | 0 | 0.53 | 0.51 | 0.47 | 357.5 | 0.36 | 0.39 |
| Hex | 88 | 40 | 43 | 0 | 35 | 33 | 2F | 166 | 24 | 27 |
| Octal | 210 | 100 | 103 | 0 | 65 | 63 | 57 | 546 | 44 | 47 |
| Binary | 10001000 | 1000000 | 1000011 | 0 | 110101 | 110011 | 101111 | 101100110 | 100100 | 100111 |
Color Harmonies of #884043
Complementary color
Monochromatic Colors of #884043
Black with #884043
Text Example
Text Example
White with #884043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884043; }
p { color: rgb(136,64,67); }
H1.HeaderClassName
{
color: #884043;
}
.AnyTagClassName
{
color: #884043;
}
</style>
background-color css
<style>
a { background-color: #884043; }
a { background-color: rgb(136,64,67); }
div.DivClassName
{
background-color: #884043;
}
.BgClassName
{
background-color: #884043;
}
</style>
border-color css
<style>
span { border-color: #884043; }
span { border-color: rgb(136,64,67); }
td.TdClassName
{
border-color: #884043;
}
.TagClassName
{
border-color: #884043;
}
</style>