Shades of Stiletto #86373D
Tints of Stiletto #86373D
RGB
CMYK
RGB Variations
Color information
#86373D (or 0x86373D) is known color: Stiletto. HEX triplet: 86, 37 and 3D. RGB value is (134,55,61). Sum of RGB (Red+Green+Blue) = 134+55+61=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86373D is #79C8C2. Grayscale: #4F4F4F. Windows color (decimal): -7981251 or 4011910. OLE color: 4011910.
HSL color Cylindrical-coordinate representation of color #86373D: hue angle of 355.44º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86373D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 61 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.47 |
| HSL | 355.44º | 0.42% | 0.37% | - |
| HSV(B) | 355.44º | 0.59% | 0.53% | - |
| XYZ | 12.04 | 8.14 | 5.35 | - |
| YUV | 79.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 61 | 0 | 0.59 | 0.54 | 0.47 | 355.44 | 0.42 | 0.37 |
| Hex | 86 | 37 | 3D | 0 | 3B | 36 | 2F | 163 | 2A | 25 |
| Octal | 206 | 67 | 75 | 0 | 73 | 66 | 57 | 543 | 52 | 45 |
| Binary | 10000110 | 110111 | 111101 | 0 | 111011 | 110110 | 101111 | 101100011 | 101010 | 100101 |
Color Harmonies of #86373D
Complementary color
Monochromatic Colors of #86373D
Black with #86373D
Text Example
Text Example
White with #86373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86373D; }
p { color: rgb(134,55,61); }
H1.HeaderClassName
{
color: #86373D;
}
.AnyTagClassName
{
color: #86373D;
}
</style>
background-color css
<style>
a { background-color: #86373D; }
a { background-color: rgb(134,55,61); }
div.DivClassName
{
background-color: #86373D;
}
.BgClassName
{
background-color: #86373D;
}
</style>
border-color css
<style>
span { border-color: #86373D; }
span { border-color: rgb(134,55,61); }
td.TdClassName
{
border-color: #86373D;
}
.TagClassName
{
border-color: #86373D;
}
</style>