Shades of Stiletto #804143
Tints of Stiletto #804143
RGB
CMYK
RGB Variations
Color information
#804143 (or 0x804143) is known color: Stiletto. HEX triplet: 80, 41 and 43. RGB value is (128,65,67). Sum of RGB (Red+Green+Blue) = 128+65+67=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #804143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804143 is #7FBEBC. Grayscale: #545454. Windows color (decimal): -8371901 or 4407680. OLE color: 4407680.
HSL color Cylindrical-coordinate representation of color #804143: hue angle of 358.1º 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 #804143 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 67 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.50 |
| HSL | 358.1º | 0.33% | 0.38% | - |
| HSV(B) | 358.1º | 0.49% | 0.5% | - |
| XYZ | 11.81 | 8.78 | 6.38 | - |
| YUV | 84.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 67 | 0 | 0.49 | 0.48 | 0.50 | 358.1 | 0.33 | 0.38 |
| Hex | 80 | 41 | 43 | 0 | 31 | 30 | 32 | 166 | 21 | 26 |
| Octal | 200 | 101 | 103 | 0 | 61 | 60 | 62 | 546 | 41 | 46 |
| Binary | 10000000 | 1000001 | 1000011 | 0 | 110001 | 110000 | 110010 | 101100110 | 100001 | 100110 |
Color Harmonies of #804143
Complementary color
Monochromatic Colors of #804143
Black with #804143
Text Example
Text Example
White with #804143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804143; }
p { color: rgb(128,65,67); }
H1.HeaderClassName
{
color: #804143;
}
.AnyTagClassName
{
color: #804143;
}
</style>
background-color css
<style>
a { background-color: #804143; }
a { background-color: rgb(128,65,67); }
div.DivClassName
{
background-color: #804143;
}
.BgClassName
{
background-color: #804143;
}
</style>
border-color css
<style>
span { border-color: #804143; }
span { border-color: rgb(128,65,67); }
td.TdClassName
{
border-color: #804143;
}
.TagClassName
{
border-color: #804143;
}
</style>