Shades of Stiletto #803C3F
Tints of Stiletto #803C3F
RGB
CMYK
RGB Variations
Color information
#803C3F (or 0x803C3F) is known color: Stiletto. HEX triplet: 80, 3C and 3F. RGB value is (128,60,63). Sum of RGB (Red+Green+Blue) = 128+60+63=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #803C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C3F is #7FC3C0. Grayscale: #505050. Windows color (decimal): -8373185 or 4144256. OLE color: 4144256.
HSL color Cylindrical-coordinate representation of color #803C3F: hue angle of 357.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803C3F is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 63 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.50 |
| HSL | 357.35º | 0.36% | 0.37% | - |
| HSV(B) | 357.35º | 0.53% | 0.5% | - |
| XYZ | 11.42 | 8.18 | 5.68 | - |
| YUV | 80.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 63 | 0 | 0.53 | 0.51 | 0.50 | 357.35 | 0.36 | 0.37 |
| Hex | 80 | 3C | 3F | 0 | 35 | 33 | 32 | 165 | 24 | 25 |
| Octal | 200 | 74 | 77 | 0 | 65 | 63 | 62 | 545 | 44 | 45 |
| Binary | 10000000 | 111100 | 111111 | 0 | 110101 | 110011 | 110010 | 101100101 | 100100 | 100101 |
Color Harmonies of #803C3F
Complementary color
Monochromatic Colors of #803C3F
Black with #803C3F
Text Example
Text Example
White with #803C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C3F; }
p { color: rgb(128,60,63); }
H1.HeaderClassName
{
color: #803C3F;
}
.AnyTagClassName
{
color: #803C3F;
}
</style>
background-color css
<style>
a { background-color: #803C3F; }
a { background-color: rgb(128,60,63); }
div.DivClassName
{
background-color: #803C3F;
}
.BgClassName
{
background-color: #803C3F;
}
</style>
border-color css
<style>
span { border-color: #803C3F; }
span { border-color: rgb(128,60,63); }
td.TdClassName
{
border-color: #803C3F;
}
.TagClassName
{
border-color: #803C3F;
}
</style>