Shades of Stiletto #8A3A3C
Tints of Stiletto #8A3A3C
RGB
CMYK
RGB Variations
Color information
#8A3A3C (or 0x8A3A3C) is known color: Stiletto. HEX triplet: 8A, 3A and 3C. RGB value is (138,58,60). Sum of RGB (Red+Green+Blue) = 138+58+60=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3A3C is #75C5C3. Grayscale: #525252. Windows color (decimal): -7718340 or 3947146. OLE color: 3947146.
HSL color Cylindrical-coordinate representation of color #8A3A3C: hue angle of 358.5º 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 #8A3A3C is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 60 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.46 |
| HSL | 358.5º | 0.41% | 0.38% | - |
| HSV(B) | 358.5º | 0.58% | 0.54% | - |
| XYZ | 12.81 | 8.76 | 5.29 | - |
| YUV | 82.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 60 | 0 | 0.58 | 0.57 | 0.46 | 358.5 | 0.41 | 0.38 |
| Hex | 8A | 3A | 3C | 0 | 3A | 39 | 2E | 166 | 29 | 26 |
| Octal | 212 | 72 | 74 | 0 | 72 | 71 | 56 | 546 | 51 | 46 |
| Binary | 10001010 | 111010 | 111100 | 0 | 111010 | 111001 | 101110 | 101100110 | 101001 | 100110 |
Color Harmonies of #8A3A3C
Complementary color
Monochromatic Colors of #8A3A3C
Black with #8A3A3C
Text Example
Text Example
White with #8A3A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A3C; }
p { color: rgb(138,58,60); }
H1.HeaderClassName
{
color: #8A3A3C;
}
.AnyTagClassName
{
color: #8A3A3C;
}
</style>
background-color css
<style>
a { background-color: #8A3A3C; }
a { background-color: rgb(138,58,60); }
div.DivClassName
{
background-color: #8A3A3C;
}
.BgClassName
{
background-color: #8A3A3C;
}
</style>
border-color css
<style>
span { border-color: #8A3A3C; }
span { border-color: rgb(138,58,60); }
td.TdClassName
{
border-color: #8A3A3C;
}
.TagClassName
{
border-color: #8A3A3C;
}
</style>