Shades of Stiletto #8A3842
Tints of Stiletto #8A3842
RGB
CMYK
RGB Variations
Color information
#8A3842 (or 0x8A3842) is known color: Stiletto. HEX triplet: 8A, 38 and 42. RGB value is (138,56,66). Sum of RGB (Red+Green+Blue) = 138+56+66=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3842 is #75C7BD. Grayscale: #515151. Windows color (decimal): -7718846 or 4339850. OLE color: 4339850.
HSL color Cylindrical-coordinate representation of color #8A3842: hue angle of 352.68º 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 #8A3842 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 56 | 66 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.46 |
| HSL | 352.68º | 0.42% | 0.38% | - |
| HSV(B) | 352.68º | 0.59% | 0.54% | - |
| XYZ | 12.88 | 8.62 | 6.14 | - |
| YUV | 81.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 66 | 0 | 0.59 | 0.52 | 0.46 | 352.68 | 0.42 | 0.38 |
| Hex | 8A | 38 | 42 | 0 | 3B | 34 | 2E | 161 | 2A | 26 |
| Octal | 212 | 70 | 102 | 0 | 73 | 64 | 56 | 541 | 52 | 46 |
| Binary | 10001010 | 111000 | 1000010 | 0 | 111011 | 110100 | 101110 | 101100001 | 101010 | 100110 |
Color Harmonies of #8A3842
Complementary color
Monochromatic Colors of #8A3842
Black with #8A3842
Text Example
Text Example
White with #8A3842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3842; }
p { color: rgb(138,56,66); }
H1.HeaderClassName
{
color: #8A3842;
}
.AnyTagClassName
{
color: #8A3842;
}
</style>
background-color css
<style>
a { background-color: #8A3842; }
a { background-color: rgb(138,56,66); }
div.DivClassName
{
background-color: #8A3842;
}
.BgClassName
{
background-color: #8A3842;
}
</style>
border-color css
<style>
span { border-color: #8A3842; }
span { border-color: rgb(138,56,66); }
td.TdClassName
{
border-color: #8A3842;
}
.TagClassName
{
border-color: #8A3842;
}
</style>