Shades of Stiletto #804345
Tints of Stiletto #804345
RGB
CMYK
RGB Variations
Color information
#804345 (or 0x804345) is known color: Stiletto. HEX triplet: 80, 43 and 45. RGB value is (128,67,69). Sum of RGB (Red+Green+Blue) = 128+67+69=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #804345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804345 is #7FBCBA. Grayscale: #555555. Windows color (decimal): -8371387 or 4539264. OLE color: 4539264.
HSL color Cylindrical-coordinate representation of color #804345: hue angle of 358.03º 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 #804345 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 69 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.50 |
| HSL | 358.03º | 0.31% | 0.38% | - |
| HSV(B) | 358.03º | 0.48% | 0.5% | - |
| XYZ | 11.98 | 9.03 | 6.74 | - |
| YUV | 85.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 69 | 0 | 0.48 | 0.46 | 0.50 | 358.03 | 0.31 | 0.38 |
| Hex | 80 | 43 | 45 | 0 | 30 | 2E | 32 | 166 | 1F | 26 |
| Octal | 200 | 103 | 105 | 0 | 60 | 56 | 62 | 546 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1000101 | 0 | 110000 | 101110 | 110010 | 101100110 | 11111 | 100110 |
Color Harmonies of #804345
Complementary color
Monochromatic Colors of #804345
Black with #804345
Text Example
Text Example
White with #804345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804345; }
p { color: rgb(128,67,69); }
H1.HeaderClassName
{
color: #804345;
}
.AnyTagClassName
{
color: #804345;
}
</style>
background-color css
<style>
a { background-color: #804345; }
a { background-color: rgb(128,67,69); }
div.DivClassName
{
background-color: #804345;
}
.BgClassName
{
background-color: #804345;
}
</style>
border-color css
<style>
span { border-color: #804345; }
span { border-color: rgb(128,67,69); }
td.TdClassName
{
border-color: #804345;
}
.TagClassName
{
border-color: #804345;
}
</style>