Shades of Stiletto #804344
Tints of Stiletto #804344
RGB
CMYK
RGB Variations
Color information
#804344 (or 0x804344) is known color: Stiletto. HEX triplet: 80, 43 and 44. RGB value is (128,67,68). Sum of RGB (Red+Green+Blue) = 128+67+68=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #804344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804344 is #7FBCBB. Grayscale: #555555. Windows color (decimal): -8371388 or 4473728. OLE color: 4473728.
HSL color Cylindrical-coordinate representation of color #804344: hue angle of 359.02º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804344 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 68 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.50 |
| HSL | 359.02º | 0.31% | 0.38% | - |
| HSV(B) | 359.02º | 0.48% | 0.5% | - |
| XYZ | 11.95 | 9.02 | 6.58 | - |
| YUV | 85.35 | 118.21 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 68 | 0 | 0.48 | 0.47 | 0.50 | 359.02 | 0.31 | 0.38 |
| Hex | 80 | 43 | 44 | 0 | 30 | 2F | 32 | 167 | 1F | 26 |
| Octal | 200 | 103 | 104 | 0 | 60 | 57 | 62 | 547 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1000100 | 0 | 110000 | 101111 | 110010 | 101100111 | 11111 | 100110 |
Color Harmonies of #804344
Complementary color
Monochromatic Colors of #804344
Black with #804344
Text Example
Text Example
White with #804344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804344; }
p { color: rgb(128,67,68); }
H1.HeaderClassName
{
color: #804344;
}
.AnyTagClassName
{
color: #804344;
}
</style>
background-color css
<style>
a { background-color: #804344; }
a { background-color: rgb(128,67,68); }
div.DivClassName
{
background-color: #804344;
}
.BgClassName
{
background-color: #804344;
}
</style>
border-color css
<style>
span { border-color: #804344; }
span { border-color: rgb(128,67,68); }
td.TdClassName
{
border-color: #804344;
}
.TagClassName
{
border-color: #804344;
}
</style>