Shades of Stiletto #864143
Tints of Stiletto #864143
RGB
CMYK
RGB Variations
Color information
#864143 (or 0x864143) is known color: Stiletto. HEX triplet: 86, 41 and 43. RGB value is (134,65,67). Sum of RGB (Red+Green+Blue) = 134+65+67=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #864143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864143 is #79BEBC. Grayscale: #555555. Windows color (decimal): -7978685 or 4407686. OLE color: 4407686.
HSL color Cylindrical-coordinate representation of color #864143: hue angle of 358.26º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864143 is Cyan = 0, Magento = 0.51, Yellow = 0.5 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 67 | - |
| CMYK | 0 | 0.51 | 0.5 | 0.47 |
| HSL | 358.26º | 0.35% | 0.39% | - |
| HSV(B) | 358.26º | 0.51% | 0.53% | - |
| XYZ | 12.73 | 9.25 | 6.43 | - |
| YUV | 85.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 67 | 0 | 0.51 | 0.5 | 0.47 | 358.26 | 0.35 | 0.39 |
| Hex | 86 | 41 | 43 | 0 | 33 | 32 | 2F | 166 | 23 | 27 |
| Octal | 206 | 101 | 103 | 0 | 63 | 62 | 57 | 546 | 43 | 47 |
| Binary | 10000110 | 1000001 | 1000011 | 0 | 110011 | 110010 | 101111 | 101100110 | 100011 | 100111 |
Color Harmonies of #864143
Complementary color
Monochromatic Colors of #864143
Black with #864143
Text Example
Text Example
White with #864143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864143; }
p { color: rgb(134,65,67); }
H1.HeaderClassName
{
color: #864143;
}
.AnyTagClassName
{
color: #864143;
}
</style>
background-color css
<style>
a { background-color: #864143; }
a { background-color: rgb(134,65,67); }
div.DivClassName
{
background-color: #864143;
}
.BgClassName
{
background-color: #864143;
}
</style>
border-color css
<style>
span { border-color: #864143; }
span { border-color: rgb(134,65,67); }
td.TdClassName
{
border-color: #864143;
}
.TagClassName
{
border-color: #864143;
}
</style>