Shades of Stiletto #874144
Tints of Stiletto #874144
RGB
CMYK
RGB Variations
Color information
#874144 (or 0x874144) is known color: Stiletto. HEX triplet: 87, 41 and 44. RGB value is (135,65,68). Sum of RGB (Red+Green+Blue) = 135+65+68=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #874144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874144 is #78BEBB. Grayscale: #565656. Windows color (decimal): -7913148 or 4473223. OLE color: 4473223.
HSL color Cylindrical-coordinate representation of color #874144: hue angle of 357.43º 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 #874144 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 65 | 68 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.47 |
| HSL | 357.43º | 0.35% | 0.39% | - |
| HSV(B) | 357.43º | 0.52% | 0.53% | - |
| XYZ | 12.93 | 9.35 | 6.59 | - |
| YUV | 86.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 68 | 0 | 0.52 | 0.50 | 0.47 | 357.43 | 0.35 | 0.39 |
| Hex | 87 | 41 | 44 | 0 | 34 | 32 | 2F | 165 | 23 | 27 |
| Octal | 207 | 101 | 104 | 0 | 64 | 62 | 57 | 545 | 43 | 47 |
| Binary | 10000111 | 1000001 | 1000100 | 0 | 110100 | 110010 | 101111 | 101100101 | 100011 | 100111 |
Color Harmonies of #874144
Complementary color
Monochromatic Colors of #874144
Black with #874144
Text Example
Text Example
White with #874144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874144; }
p { color: rgb(135,65,68); }
H1.HeaderClassName
{
color: #874144;
}
.AnyTagClassName
{
color: #874144;
}
</style>
background-color css
<style>
a { background-color: #874144; }
a { background-color: rgb(135,65,68); }
div.DivClassName
{
background-color: #874144;
}
.BgClassName
{
background-color: #874144;
}
</style>
border-color css
<style>
span { border-color: #874144; }
span { border-color: rgb(135,65,68); }
td.TdClassName
{
border-color: #874144;
}
.TagClassName
{
border-color: #874144;
}
</style>