Shades of Stiletto #8C3843
Tints of Stiletto #8C3843
RGB
CMYK
RGB Variations
Color information
#8C3843 (or 0x8C3843) is known color: Stiletto. HEX triplet: 8C, 38 and 43. RGB value is (140,56,67). Sum of RGB (Red+Green+Blue) = 140+56+67=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3843 is #73C7BC. Grayscale: #525252. Windows color (decimal): -7587773 or 4405388. OLE color: 4405388.
HSL color Cylindrical-coordinate representation of color #8C3843: hue angle of 352.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C3843 is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 67 | - |
| CMYK | 0 | 0.6 | 0.52 | 0.45 |
| HSL | 352.14º | 0.43% | 0.38% | - |
| HSV(B) | 352.14º | 0.6% | 0.55% | - |
| XYZ | 13.24 | 8.81 | 6.31 | - |
| YUV | 82.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 67 | 0 | 0.6 | 0.52 | 0.45 | 352.14 | 0.43 | 0.38 |
| Hex | 8C | 38 | 43 | 0 | 3C | 34 | 2D | 160 | 2B | 26 |
| Octal | 214 | 70 | 103 | 0 | 74 | 64 | 55 | 540 | 53 | 46 |
| Binary | 10001100 | 111000 | 1000011 | 0 | 111100 | 110100 | 101101 | 101100000 | 101011 | 100110 |
Color Harmonies of #8C3843
Complementary color
Monochromatic Colors of #8C3843
Black with #8C3843
Text Example
Text Example
White with #8C3843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3843; }
p { color: rgb(140,56,67); }
H1.HeaderClassName
{
color: #8C3843;
}
.AnyTagClassName
{
color: #8C3843;
}
</style>
background-color css
<style>
a { background-color: #8C3843; }
a { background-color: rgb(140,56,67); }
div.DivClassName
{
background-color: #8C3843;
}
.BgClassName
{
background-color: #8C3843;
}
</style>
border-color css
<style>
span { border-color: #8C3843; }
span { border-color: rgb(140,56,67); }
td.TdClassName
{
border-color: #8C3843;
}
.TagClassName
{
border-color: #8C3843;
}
</style>