Shades of Stiletto #803F41
Tints of Stiletto #803F41
RGB
CMYK
RGB Variations
Color information
#803F41 (or 0x803F41) is known color: Stiletto. HEX triplet: 80, 3F and 41. RGB value is (128,63,65). Sum of RGB (Red+Green+Blue) = 128+63+65=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #803F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F41 is #7FC0BE. Grayscale: #525252. Windows color (decimal): -8372415 or 4276096. OLE color: 4276096.
HSL color Cylindrical-coordinate representation of color #803F41: hue angle of 358.15º 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 #803F41 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 65 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.50 |
| HSL | 358.15º | 0.34% | 0.37% | - |
| HSV(B) | 358.15º | 0.51% | 0.5% | - |
| XYZ | 11.63 | 8.53 | 6.03 | - |
| YUV | 82.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 65 | 0 | 0.51 | 0.49 | 0.50 | 358.15 | 0.34 | 0.37 |
| Hex | 80 | 3F | 41 | 0 | 33 | 31 | 32 | 166 | 22 | 25 |
| Octal | 200 | 77 | 101 | 0 | 63 | 61 | 62 | 546 | 42 | 45 |
| Binary | 10000000 | 111111 | 1000001 | 0 | 110011 | 110001 | 110010 | 101100110 | 100010 | 100101 |
Color Harmonies of #803F41
Complementary color
Monochromatic Colors of #803F41
Black with #803F41
Text Example
Text Example
White with #803F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F41; }
p { color: rgb(128,63,65); }
H1.HeaderClassName
{
color: #803F41;
}
.AnyTagClassName
{
color: #803F41;
}
</style>
background-color css
<style>
a { background-color: #803F41; }
a { background-color: rgb(128,63,65); }
div.DivClassName
{
background-color: #803F41;
}
.BgClassName
{
background-color: #803F41;
}
</style>
border-color css
<style>
span { border-color: #803F41; }
span { border-color: rgb(128,63,65); }
td.TdClassName
{
border-color: #803F41;
}
.TagClassName
{
border-color: #803F41;
}
</style>