Shades of Stiletto #884144
Tints of Stiletto #884144
RGB
CMYK
RGB Variations
Color information
#884144 (or 0x884144) is known color: Stiletto. HEX triplet: 88, 41 and 44. RGB value is (136,65,68). Sum of RGB (Red+Green+Blue) = 136+65+68=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #884144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884144 is #77BEBB. Grayscale: #565656. Windows color (decimal): -7847612 or 4473224. OLE color: 4473224.
HSL color Cylindrical-coordinate representation of color #884144: hue angle of 357.46º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884144 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 68 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.47 |
| HSL | 357.46º | 0.35% | 0.39% | - |
| HSV(B) | 357.46º | 0.52% | 0.53% | - |
| XYZ | 13.09 | 9.43 | 6.6 | - |
| YUV | 86.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 68 | 0 | 0.52 | 0.50 | 0.47 | 357.46 | 0.35 | 0.39 |
| Hex | 88 | 41 | 44 | 0 | 34 | 32 | 2F | 165 | 23 | 27 |
| Octal | 210 | 101 | 104 | 0 | 64 | 62 | 57 | 545 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1000100 | 0 | 110100 | 110010 | 101111 | 101100101 | 100011 | 100111 |
Color Harmonies of #884144
Complementary color
Monochromatic Colors of #884144
Black with #884144
Text Example
Text Example
White with #884144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884144; }
p { color: rgb(136,65,68); }
H1.HeaderClassName
{
color: #884144;
}
.AnyTagClassName
{
color: #884144;
}
</style>
background-color css
<style>
a { background-color: #884144; }
a { background-color: rgb(136,65,68); }
div.DivClassName
{
background-color: #884144;
}
.BgClassName
{
background-color: #884144;
}
</style>
border-color css
<style>
span { border-color: #884144; }
span { border-color: rgb(136,65,68); }
td.TdClassName
{
border-color: #884144;
}
.TagClassName
{
border-color: #884144;
}
</style>