Shades of Stiletto #803F42
Tints of Stiletto #803F42
RGB
CMYK
RGB Variations
Color information
#803F42 (or 0x803F42) is known color: Stiletto. HEX triplet: 80, 3F and 42. RGB value is (128,63,66). Sum of RGB (Red+Green+Blue) = 128+63+66=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #803F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F42 is #7FC0BD. Grayscale: #525252. Windows color (decimal): -8372414 or 4341632. OLE color: 4341632.
HSL color Cylindrical-coordinate representation of color #803F42: hue angle of 357.23º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #803F42 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 66 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.50 |
| HSL | 357.23º | 0.34% | 0.37% | - |
| HSV(B) | 357.23º | 0.51% | 0.5% | - |
| XYZ | 11.66 | 8.54 | 6.19 | - |
| YUV | 82.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 66 | 0 | 0.51 | 0.48 | 0.50 | 357.23 | 0.34 | 0.37 |
| Hex | 80 | 3F | 42 | 0 | 33 | 30 | 32 | 165 | 22 | 25 |
| Octal | 200 | 77 | 102 | 0 | 63 | 60 | 62 | 545 | 42 | 45 |
| Binary | 10000000 | 111111 | 1000010 | 0 | 110011 | 110000 | 110010 | 101100101 | 100010 | 100101 |
Color Harmonies of #803F42
Complementary color
Monochromatic Colors of #803F42
Black with #803F42
Text Example
Text Example
White with #803F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F42; }
p { color: rgb(128,63,66); }
H1.HeaderClassName
{
color: #803F42;
}
.AnyTagClassName
{
color: #803F42;
}
</style>
background-color css
<style>
a { background-color: #803F42; }
a { background-color: rgb(128,63,66); }
div.DivClassName
{
background-color: #803F42;
}
.BgClassName
{
background-color: #803F42;
}
</style>
border-color css
<style>
span { border-color: #803F42; }
span { border-color: rgb(128,63,66); }
td.TdClassName
{
border-color: #803F42;
}
.TagClassName
{
border-color: #803F42;
}
</style>