Shades of Stiletto #8A3A43
Tints of Stiletto #8A3A43
RGB
CMYK
RGB Variations
Color information
#8A3A43 (or 0x8A3A43) is known color: Stiletto. HEX triplet: 8A, 3A and 43. RGB value is (138,58,67). Sum of RGB (Red+Green+Blue) = 138+58+67=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3A43 is #75C5BC. Grayscale: #525252. Windows color (decimal): -7718333 or 4405898. OLE color: 4405898.
HSL color Cylindrical-coordinate representation of color #8A3A43: hue angle of 353.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3A43 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 67 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.46 |
| HSL | 353.25º | 0.41% | 0.38% | - |
| HSV(B) | 353.25º | 0.58% | 0.54% | - |
| XYZ | 13.01 | 8.83 | 6.33 | - |
| YUV | 82.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 67 | 0 | 0.58 | 0.51 | 0.46 | 353.25 | 0.41 | 0.38 |
| Hex | 8A | 3A | 43 | 0 | 3A | 33 | 2E | 161 | 29 | 26 |
| Octal | 212 | 72 | 103 | 0 | 72 | 63 | 56 | 541 | 51 | 46 |
| Binary | 10001010 | 111010 | 1000011 | 0 | 111010 | 110011 | 101110 | 101100001 | 101001 | 100110 |
Color Harmonies of #8A3A43
Complementary color
Monochromatic Colors of #8A3A43
Black with #8A3A43
Text Example
Text Example
White with #8A3A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A43; }
p { color: rgb(138,58,67); }
H1.HeaderClassName
{
color: #8A3A43;
}
.AnyTagClassName
{
color: #8A3A43;
}
</style>
background-color css
<style>
a { background-color: #8A3A43; }
a { background-color: rgb(138,58,67); }
div.DivClassName
{
background-color: #8A3A43;
}
.BgClassName
{
background-color: #8A3A43;
}
</style>
border-color css
<style>
span { border-color: #8A3A43; }
span { border-color: rgb(138,58,67); }
td.TdClassName
{
border-color: #8A3A43;
}
.TagClassName
{
border-color: #8A3A43;
}
</style>