Shades of Stiletto #8B3D46
Tints of Stiletto #8B3D46
RGB
CMYK
RGB Variations
Color information
#8B3D46 (or 0x8B3D46) is known color: Stiletto. HEX triplet: 8B, 3D and 46. RGB value is (139,61,70). Sum of RGB (Red+Green+Blue) = 139+61+70=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3D46 is #74C2B9. Grayscale: #555555. Windows color (decimal): -7652026 or 4603275. OLE color: 4603275.
HSL color Cylindrical-coordinate representation of color #8B3D46: hue angle of 353.08º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B3D46 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 61 | 70 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.45 |
| HSL | 353.08º | 0.39% | 0.39% | - |
| HSV(B) | 353.08º | 0.56% | 0.55% | - |
| XYZ | 13.42 | 9.27 | 6.88 | - |
| YUV | 85.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 61 | 70 | 0 | 0.56 | 0.50 | 0.45 | 353.08 | 0.39 | 0.39 |
| Hex | 8B | 3D | 46 | 0 | 38 | 32 | 2D | 161 | 27 | 27 |
| Octal | 213 | 75 | 106 | 0 | 70 | 62 | 55 | 541 | 47 | 47 |
| Binary | 10001011 | 111101 | 1000110 | 0 | 111000 | 110010 | 101101 | 101100001 | 100111 | 100111 |
Color Harmonies of #8B3D46
Complementary color
Monochromatic Colors of #8B3D46
Black with #8B3D46
Text Example
Text Example
White with #8B3D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3D46; }
p { color: rgb(139,61,70); }
H1.HeaderClassName
{
color: #8B3D46;
}
.AnyTagClassName
{
color: #8B3D46;
}
</style>
background-color css
<style>
a { background-color: #8B3D46; }
a { background-color: rgb(139,61,70); }
div.DivClassName
{
background-color: #8B3D46;
}
.BgClassName
{
background-color: #8B3D46;
}
</style>
border-color css
<style>
span { border-color: #8B3D46; }
span { border-color: rgb(139,61,70); }
td.TdClassName
{
border-color: #8B3D46;
}
.TagClassName
{
border-color: #8B3D46;
}
</style>