Shades of Stiletto #874145
Tints of Stiletto #874145
RGB
CMYK
RGB Variations
Color information
#874145 (or 0x874145) is known color: Stiletto. HEX triplet: 87, 41 and 45. RGB value is (135,65,69). Sum of RGB (Red+Green+Blue) = 135+65+69=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #874145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874145 is #78BEBA. Grayscale: #565656. Windows color (decimal): -7913147 or 4538759. OLE color: 4538759.
HSL color Cylindrical-coordinate representation of color #874145: hue angle of 356.57º 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 #874145 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 65 | 69 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.47 |
| HSL | 356.57º | 0.35% | 0.39% | - |
| HSV(B) | 356.57º | 0.52% | 0.53% | - |
| XYZ | 12.96 | 9.36 | 6.75 | - |
| YUV | 86.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 69 | 0 | 0.52 | 0.49 | 0.47 | 356.57 | 0.35 | 0.39 |
| Hex | 87 | 41 | 45 | 0 | 34 | 31 | 2F | 165 | 23 | 27 |
| Octal | 207 | 101 | 105 | 0 | 64 | 61 | 57 | 545 | 43 | 47 |
| Binary | 10000111 | 1000001 | 1000101 | 0 | 110100 | 110001 | 101111 | 101100101 | 100011 | 100111 |
Color Harmonies of #874145
Complementary color
Monochromatic Colors of #874145
Black with #874145
Text Example
Text Example
White with #874145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874145; }
p { color: rgb(135,65,69); }
H1.HeaderClassName
{
color: #874145;
}
.AnyTagClassName
{
color: #874145;
}
</style>
background-color css
<style>
a { background-color: #874145; }
a { background-color: rgb(135,65,69); }
div.DivClassName
{
background-color: #874145;
}
.BgClassName
{
background-color: #874145;
}
</style>
border-color css
<style>
span { border-color: #874145; }
span { border-color: rgb(135,65,69); }
td.TdClassName
{
border-color: #874145;
}
.TagClassName
{
border-color: #874145;
}
</style>