Shades of Stiletto #844145
Tints of Stiletto #844145
RGB
CMYK
RGB Variations
Color information
#844145 (or 0x844145) is known color: Stiletto. HEX triplet: 84, 41 and 45. RGB value is (132,65,69). Sum of RGB (Red+Green+Blue) = 132+65+69=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #844145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844145 is #7BBEBA. Grayscale: #555555. Windows color (decimal): -8109755 or 4538756. OLE color: 4538756.
HSL color Cylindrical-coordinate representation of color #844145: hue angle of 356.42º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844145 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 69 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.48 |
| HSL | 356.42º | 0.34% | 0.39% | - |
| HSV(B) | 356.42º | 0.51% | 0.52% | - |
| XYZ | 12.48 | 9.12 | 6.73 | - |
| YUV | 85.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 69 | 0 | 0.51 | 0.48 | 0.48 | 356.42 | 0.34 | 0.39 |
| Hex | 84 | 41 | 45 | 0 | 33 | 30 | 30 | 164 | 22 | 27 |
| Octal | 204 | 101 | 105 | 0 | 63 | 60 | 60 | 544 | 42 | 47 |
| Binary | 10000100 | 1000001 | 1000101 | 0 | 110011 | 110000 | 110000 | 101100100 | 100010 | 100111 |
Color Harmonies of #844145
Complementary color
Monochromatic Colors of #844145
Black with #844145
Text Example
Text Example
White with #844145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844145; }
p { color: rgb(132,65,69); }
H1.HeaderClassName
{
color: #844145;
}
.AnyTagClassName
{
color: #844145;
}
</style>
background-color css
<style>
a { background-color: #844145; }
a { background-color: rgb(132,65,69); }
div.DivClassName
{
background-color: #844145;
}
.BgClassName
{
background-color: #844145;
}
</style>
border-color css
<style>
span { border-color: #844145; }
span { border-color: rgb(132,65,69); }
td.TdClassName
{
border-color: #844145;
}
.TagClassName
{
border-color: #844145;
}
</style>