Shades of Stiletto #8A3C43
Tints of Stiletto #8A3C43
RGB
CMYK
RGB Variations
Color information
#8A3C43 (or 0x8A3C43) is known color: Stiletto. HEX triplet: 8A, 3C and 43. RGB value is (138,60,67). Sum of RGB (Red+Green+Blue) = 138+60+67=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3C43 is #75C3BC. Grayscale: #545454. Windows color (decimal): -7717821 or 4406410. OLE color: 4406410.
HSL color Cylindrical-coordinate representation of color #8A3C43: hue angle of 354.62º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A3C43 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 67 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.46 |
| HSL | 354.62º | 0.39% | 0.39% | - |
| HSV(B) | 354.62º | 0.57% | 0.54% | - |
| XYZ | 13.11 | 9.04 | 6.36 | - |
| YUV | 84.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 67 | 0 | 0.57 | 0.51 | 0.46 | 354.62 | 0.39 | 0.39 |
| Hex | 8A | 3C | 43 | 0 | 39 | 33 | 2E | 163 | 27 | 27 |
| Octal | 212 | 74 | 103 | 0 | 71 | 63 | 56 | 543 | 47 | 47 |
| Binary | 10001010 | 111100 | 1000011 | 0 | 111001 | 110011 | 101110 | 101100011 | 100111 | 100111 |
Color Harmonies of #8A3C43
Complementary color
Monochromatic Colors of #8A3C43
Black with #8A3C43
Text Example
Text Example
White with #8A3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C43; }
p { color: rgb(138,60,67); }
H1.HeaderClassName
{
color: #8A3C43;
}
.AnyTagClassName
{
color: #8A3C43;
}
</style>
background-color css
<style>
a { background-color: #8A3C43; }
a { background-color: rgb(138,60,67); }
div.DivClassName
{
background-color: #8A3C43;
}
.BgClassName
{
background-color: #8A3C43;
}
</style>
border-color css
<style>
span { border-color: #8A3C43; }
span { border-color: rgb(138,60,67); }
td.TdClassName
{
border-color: #8A3C43;
}
.TagClassName
{
border-color: #8A3C43;
}
</style>