Shades of Stiletto #8B3F46
Tints of Stiletto #8B3F46
RGB
CMYK
RGB Variations
Color information
#8B3F46 (or 0x8B3F46) is known color: Stiletto. HEX triplet: 8B, 3F and 46. RGB value is (139,63,70). Sum of RGB (Red+Green+Blue) = 139+63+70=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3F46 is #74C0B9. Grayscale: #565656. Windows color (decimal): -7651514 or 4603787. OLE color: 4603787.
HSL color Cylindrical-coordinate representation of color #8B3F46: hue angle of 354.47º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3F46 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 63 | 70 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.45 |
| HSL | 354.47º | 0.38% | 0.4% | - |
| HSV(B) | 354.47º | 0.55% | 0.55% | - |
| XYZ | 13.53 | 9.49 | 6.91 | - |
| YUV | 86.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 70 | 0 | 0.55 | 0.50 | 0.45 | 354.47 | 0.38 | 0.4 |
| Hex | 8B | 3F | 46 | 0 | 37 | 32 | 2D | 162 | 26 | 28 |
| Octal | 213 | 77 | 106 | 0 | 67 | 62 | 55 | 542 | 46 | 50 |
| Binary | 10001011 | 111111 | 1000110 | 0 | 110111 | 110010 | 101101 | 101100010 | 100110 | 101000 |
Color Harmonies of #8B3F46
Complementary color
Monochromatic Colors of #8B3F46
Black with #8B3F46
Text Example
Text Example
White with #8B3F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F46; }
p { color: rgb(139,63,70); }
H1.HeaderClassName
{
color: #8B3F46;
}
.AnyTagClassName
{
color: #8B3F46;
}
</style>
background-color css
<style>
a { background-color: #8B3F46; }
a { background-color: rgb(139,63,70); }
div.DivClassName
{
background-color: #8B3F46;
}
.BgClassName
{
background-color: #8B3F46;
}
</style>
border-color css
<style>
span { border-color: #8B3F46; }
span { border-color: rgb(139,63,70); }
td.TdClassName
{
border-color: #8B3F46;
}
.TagClassName
{
border-color: #8B3F46;
}
</style>