Shades of Stiletto #803B3F
Tints of Stiletto #803B3F
RGB
CMYK
RGB Variations
Color information
#803B3F (or 0x803B3F) is known color: Stiletto. HEX triplet: 80, 3B and 3F. RGB value is (128,59,63). Sum of RGB (Red+Green+Blue) = 128+59+63=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #803B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B3F is #7FC4C0. Grayscale: #505050. Windows color (decimal): -8373441 or 4144000. OLE color: 4144000.
HSL color Cylindrical-coordinate representation of color #803B3F: hue angle of 356.52º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #803B3F is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 63 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.50 |
| HSL | 356.52º | 0.37% | 0.37% | - |
| HSV(B) | 356.52º | 0.54% | 0.5% | - |
| XYZ | 11.36 | 8.08 | 5.66 | - |
| YUV | 80.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 63 | 0 | 0.54 | 0.51 | 0.50 | 356.52 | 0.37 | 0.37 |
| Hex | 80 | 3B | 3F | 0 | 36 | 33 | 32 | 165 | 25 | 25 |
| Octal | 200 | 73 | 77 | 0 | 66 | 63 | 62 | 545 | 45 | 45 |
| Binary | 10000000 | 111011 | 111111 | 0 | 110110 | 110011 | 110010 | 101100101 | 100101 | 100101 |
Color Harmonies of #803B3F
Complementary color
Monochromatic Colors of #803B3F
Black with #803B3F
Text Example
Text Example
White with #803B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B3F; }
p { color: rgb(128,59,63); }
H1.HeaderClassName
{
color: #803B3F;
}
.AnyTagClassName
{
color: #803B3F;
}
</style>
background-color css
<style>
a { background-color: #803B3F; }
a { background-color: rgb(128,59,63); }
div.DivClassName
{
background-color: #803B3F;
}
.BgClassName
{
background-color: #803B3F;
}
</style>
border-color css
<style>
span { border-color: #803B3F; }
span { border-color: rgb(128,59,63); }
td.TdClassName
{
border-color: #803B3F;
}
.TagClassName
{
border-color: #803B3F;
}
</style>