Shades of Stiletto #804146
Tints of Stiletto #804146
RGB
CMYK
RGB Variations
Color information
#804146 (or 0x804146) is known color: Stiletto. HEX triplet: 80, 41 and 46. RGB value is (128,65,70). Sum of RGB (Red+Green+Blue) = 128+65+70=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #804146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804146 is #7FBEB9. Grayscale: #545454. Windows color (decimal): -8371898 or 4604288. OLE color: 4604288.
HSL color Cylindrical-coordinate representation of color #804146: hue angle of 355.24º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804146 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 70 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.50 |
| HSL | 355.24º | 0.33% | 0.38% | - |
| HSV(B) | 355.24º | 0.49% | 0.5% | - |
| XYZ | 11.9 | 8.81 | 6.87 | - |
| YUV | 84.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 70 | 0 | 0.49 | 0.45 | 0.50 | 355.24 | 0.33 | 0.38 |
| Hex | 80 | 41 | 46 | 0 | 31 | 2D | 32 | 163 | 21 | 26 |
| Octal | 200 | 101 | 106 | 0 | 61 | 55 | 62 | 543 | 41 | 46 |
| Binary | 10000000 | 1000001 | 1000110 | 0 | 110001 | 101101 | 110010 | 101100011 | 100001 | 100110 |
Color Harmonies of #804146
Complementary color
Monochromatic Colors of #804146
Black with #804146
Text Example
Text Example
White with #804146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804146; }
p { color: rgb(128,65,70); }
H1.HeaderClassName
{
color: #804146;
}
.AnyTagClassName
{
color: #804146;
}
</style>
background-color css
<style>
a { background-color: #804146; }
a { background-color: rgb(128,65,70); }
div.DivClassName
{
background-color: #804146;
}
.BgClassName
{
background-color: #804146;
}
</style>
border-color css
<style>
span { border-color: #804146; }
span { border-color: rgb(128,65,70); }
td.TdClassName
{
border-color: #804146;
}
.TagClassName
{
border-color: #804146;
}
</style>