Shades of Stiletto #803840
Tints of Stiletto #803840
RGB
CMYK
RGB Variations
Color information
#803840 (or 0x803840) is known color: Stiletto. HEX triplet: 80, 38 and 40. RGB value is (128,56,64). Sum of RGB (Red+Green+Blue) = 128+56+64=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #803840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803840 is #7FC7BF. Grayscale: #4E4E4E. Windows color (decimal): -8374208 or 4208768. OLE color: 4208768.
HSL color Cylindrical-coordinate representation of color #803840: hue angle of 353.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803840 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 64 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.50 |
| HSL | 353.33º | 0.39% | 0.36% | - |
| HSV(B) | 353.33º | 0.56% | 0.5% | - |
| XYZ | 11.24 | 7.79 | 5.76 | - |
| YUV | 78.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 64 | 0 | 0.56 | 0.5 | 0.50 | 353.33 | 0.39 | 0.36 |
| Hex | 80 | 38 | 40 | 0 | 38 | 32 | 32 | 161 | 27 | 24 |
| Octal | 200 | 70 | 100 | 0 | 70 | 62 | 62 | 541 | 47 | 44 |
| Binary | 10000000 | 111000 | 1000000 | 0 | 111000 | 110010 | 110010 | 101100001 | 100111 | 100100 |
Color Harmonies of #803840
Complementary color
Monochromatic Colors of #803840
Black with #803840
Text Example
Text Example
White with #803840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803840; }
p { color: rgb(128,56,64); }
H1.HeaderClassName
{
color: #803840;
}
.AnyTagClassName
{
color: #803840;
}
</style>
background-color css
<style>
a { background-color: #803840; }
a { background-color: rgb(128,56,64); }
div.DivClassName
{
background-color: #803840;
}
.BgClassName
{
background-color: #803840;
}
</style>
border-color css
<style>
span { border-color: #803840; }
span { border-color: rgb(128,56,64); }
td.TdClassName
{
border-color: #803840;
}
.TagClassName
{
border-color: #803840;
}
</style>