Shades of Stiletto #8B4145
Tints of Stiletto #8B4145
RGB
CMYK
RGB Variations
Color information
#8B4145 (or 0x8B4145) is known color: Stiletto. HEX triplet: 8B, 41 and 45. RGB value is (139,65,69). Sum of RGB (Red+Green+Blue) = 139+65+69=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4145 is #74BEBA. Grayscale: #575757. Windows color (decimal): -7651003 or 4538763. OLE color: 4538763.
HSL color Cylindrical-coordinate representation of color #8B4145: hue angle of 356.76º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4145 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 69 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.45 |
| HSL | 356.76º | 0.36% | 0.4% | - |
| HSV(B) | 356.76º | 0.53% | 0.55% | - |
| XYZ | 13.61 | 9.7 | 6.78 | - |
| YUV | 87.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 69 | 0 | 0.53 | 0.50 | 0.45 | 356.76 | 0.36 | 0.4 |
| Hex | 8B | 41 | 45 | 0 | 35 | 32 | 2D | 165 | 24 | 28 |
| Octal | 213 | 101 | 105 | 0 | 65 | 62 | 55 | 545 | 44 | 50 |
| Binary | 10001011 | 1000001 | 1000101 | 0 | 110101 | 110010 | 101101 | 101100101 | 100100 | 101000 |
Color Harmonies of #8B4145
Complementary color
Monochromatic Colors of #8B4145
Black with #8B4145
Text Example
Text Example
White with #8B4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4145; }
p { color: rgb(139,65,69); }
H1.HeaderClassName
{
color: #8B4145;
}
.AnyTagClassName
{
color: #8B4145;
}
</style>
background-color css
<style>
a { background-color: #8B4145; }
a { background-color: rgb(139,65,69); }
div.DivClassName
{
background-color: #8B4145;
}
.BgClassName
{
background-color: #8B4145;
}
</style>
border-color css
<style>
span { border-color: #8B4145; }
span { border-color: rgb(139,65,69); }
td.TdClassName
{
border-color: #8B4145;
}
.TagClassName
{
border-color: #8B4145;
}
</style>