Shades of Stiletto #803A3F
Tints of Stiletto #803A3F
RGB
CMYK
RGB Variations
Color information
#803A3F (or 0x803A3F) is known color: Stiletto. HEX triplet: 80, 3A and 3F. RGB value is (128,58,63). Sum of RGB (Red+Green+Blue) = 128+58+63=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #803A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A3F is #7FC5C0. Grayscale: #4F4F4F. Windows color (decimal): -8373697 or 4143744. OLE color: 4143744.
HSL color Cylindrical-coordinate representation of color #803A3F: hue angle of 355.71º 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 #803A3F is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 63 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.50 |
| HSL | 355.71º | 0.38% | 0.36% | - |
| HSV(B) | 355.71º | 0.55% | 0.5% | - |
| XYZ | 11.31 | 7.97 | 5.65 | - |
| YUV | 79.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 63 | 0 | 0.55 | 0.51 | 0.50 | 355.71 | 0.38 | 0.36 |
| Hex | 80 | 3A | 3F | 0 | 37 | 33 | 32 | 164 | 26 | 24 |
| Octal | 200 | 72 | 77 | 0 | 67 | 63 | 62 | 544 | 46 | 44 |
| Binary | 10000000 | 111010 | 111111 | 0 | 110111 | 110011 | 110010 | 101100100 | 100110 | 100100 |
Color Harmonies of #803A3F
Complementary color
Monochromatic Colors of #803A3F
Black with #803A3F
Text Example
Text Example
White with #803A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A3F; }
p { color: rgb(128,58,63); }
H1.HeaderClassName
{
color: #803A3F;
}
.AnyTagClassName
{
color: #803A3F;
}
</style>
background-color css
<style>
a { background-color: #803A3F; }
a { background-color: rgb(128,58,63); }
div.DivClassName
{
background-color: #803A3F;
}
.BgClassName
{
background-color: #803A3F;
}
</style>
border-color css
<style>
span { border-color: #803A3F; }
span { border-color: rgb(128,58,63); }
td.TdClassName
{
border-color: #803A3F;
}
.TagClassName
{
border-color: #803A3F;
}
</style>