Shades of Stiletto #803942
Tints of Stiletto #803942
RGB
CMYK
RGB Variations
Color information
#803942 (or 0x803942) is known color: Stiletto. HEX triplet: 80, 39 and 42. RGB value is (128,57,66). Sum of RGB (Red+Green+Blue) = 128+57+66=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #803942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803942 is #7FC6BD. Grayscale: #4F4F4F. Windows color (decimal): -8373950 or 4340096. OLE color: 4340096.
HSL color Cylindrical-coordinate representation of color #803942: hue angle of 352.39º 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 #803942 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 66 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.50 |
| HSL | 352.39º | 0.38% | 0.36% | - |
| HSV(B) | 352.39º | 0.55% | 0.5% | - |
| XYZ | 11.35 | 7.91 | 6.08 | - |
| YUV | 79.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 66 | 0 | 0.55 | 0.48 | 0.50 | 352.39 | 0.38 | 0.36 |
| Hex | 80 | 39 | 42 | 0 | 37 | 30 | 32 | 160 | 26 | 24 |
| Octal | 200 | 71 | 102 | 0 | 67 | 60 | 62 | 540 | 46 | 44 |
| Binary | 10000000 | 111001 | 1000010 | 0 | 110111 | 110000 | 110010 | 101100000 | 100110 | 100100 |
Color Harmonies of #803942
Complementary color
Monochromatic Colors of #803942
Black with #803942
Text Example
Text Example
White with #803942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803942; }
p { color: rgb(128,57,66); }
H1.HeaderClassName
{
color: #803942;
}
.AnyTagClassName
{
color: #803942;
}
</style>
background-color css
<style>
a { background-color: #803942; }
a { background-color: rgb(128,57,66); }
div.DivClassName
{
background-color: #803942;
}
.BgClassName
{
background-color: #803942;
}
</style>
border-color css
<style>
span { border-color: #803942; }
span { border-color: rgb(128,57,66); }
td.TdClassName
{
border-color: #803942;
}
.TagClassName
{
border-color: #803942;
}
</style>