Shades of Stiletto #8A393F
Tints of Stiletto #8A393F
RGB
CMYK
RGB Variations
Color information
#8A393F (or 0x8A393F) is known color: Stiletto. HEX triplet: 8A, 39 and 3F. RGB value is (138,57,63). Sum of RGB (Red+Green+Blue) = 138+57+63=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A393F is #75C6C0. Grayscale: #515151. Windows color (decimal): -7718593 or 4143498. OLE color: 4143498.
HSL color Cylindrical-coordinate representation of color #8A393F: hue angle of 355.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A393F is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 57 | 63 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.46 |
| HSL | 355.56º | 0.42% | 0.38% | - |
| HSV(B) | 355.56º | 0.59% | 0.54% | - |
| XYZ | 12.84 | 8.69 | 5.7 | - |
| YUV | 81.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 57 | 63 | 0 | 0.59 | 0.54 | 0.46 | 355.56 | 0.42 | 0.38 |
| Hex | 8A | 39 | 3F | 0 | 3B | 36 | 2E | 164 | 2A | 26 |
| Octal | 212 | 71 | 77 | 0 | 73 | 66 | 56 | 544 | 52 | 46 |
| Binary | 10001010 | 111001 | 111111 | 0 | 111011 | 110110 | 101110 | 101100100 | 101010 | 100110 |
Color Harmonies of #8A393F
Complementary color
Monochromatic Colors of #8A393F
Black with #8A393F
Text Example
Text Example
White with #8A393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A393F; }
p { color: rgb(138,57,63); }
H1.HeaderClassName
{
color: #8A393F;
}
.AnyTagClassName
{
color: #8A393F;
}
</style>
background-color css
<style>
a { background-color: #8A393F; }
a { background-color: rgb(138,57,63); }
div.DivClassName
{
background-color: #8A393F;
}
.BgClassName
{
background-color: #8A393F;
}
</style>
border-color css
<style>
span { border-color: #8A393F; }
span { border-color: rgb(138,57,63); }
td.TdClassName
{
border-color: #8A393F;
}
.TagClassName
{
border-color: #8A393F;
}
</style>