Shades of Stiletto #803941
Tints of Stiletto #803941
RGB
CMYK
RGB Variations
Color information
#803941 (or 0x803941) is known color: Stiletto. HEX triplet: 80, 39 and 41. RGB value is (128,57,65). Sum of RGB (Red+Green+Blue) = 128+57+65=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #803941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803941 is #7FC6BE. Grayscale: #4F4F4F. Windows color (decimal): -8373951 or 4274560. OLE color: 4274560.
HSL color Cylindrical-coordinate representation of color #803941: hue angle of 353.24º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803941 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 65 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.50 |
| HSL | 353.24º | 0.38% | 0.36% | - |
| HSV(B) | 353.24º | 0.55% | 0.5% | - |
| XYZ | 11.32 | 7.9 | 5.93 | - |
| YUV | 79.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 65 | 0 | 0.55 | 0.49 | 0.50 | 353.24 | 0.38 | 0.36 |
| Hex | 80 | 39 | 41 | 0 | 37 | 31 | 32 | 161 | 26 | 24 |
| Octal | 200 | 71 | 101 | 0 | 67 | 61 | 62 | 541 | 46 | 44 |
| Binary | 10000000 | 111001 | 1000001 | 0 | 110111 | 110001 | 110010 | 101100001 | 100110 | 100100 |
Color Harmonies of #803941
Complementary color
Monochromatic Colors of #803941
Black with #803941
Text Example
Text Example
White with #803941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803941; }
p { color: rgb(128,57,65); }
H1.HeaderClassName
{
color: #803941;
}
.AnyTagClassName
{
color: #803941;
}
</style>
background-color css
<style>
a { background-color: #803941; }
a { background-color: rgb(128,57,65); }
div.DivClassName
{
background-color: #803941;
}
.BgClassName
{
background-color: #803941;
}
</style>
border-color css
<style>
span { border-color: #803941; }
span { border-color: rgb(128,57,65); }
td.TdClassName
{
border-color: #803941;
}
.TagClassName
{
border-color: #803941;
}
</style>