Shades of Stiletto #843C3E
Tints of Stiletto #843C3E
RGB
CMYK
RGB Variations
Color information
#843C3E (or 0x843C3E) is known color: Stiletto. HEX triplet: 84, 3C and 3E. RGB value is (132,60,62). Sum of RGB (Red+Green+Blue) = 132+60+62=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #843C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C3E is #7BC3C1. Grayscale: #515151. Windows color (decimal): -8111042 or 4078724. OLE color: 4078724.
HSL color Cylindrical-coordinate representation of color #843C3E: hue angle of 358.33º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C3E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 62 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.48 |
| HSL | 358.33º | 0.38% | 0.38% | - |
| HSV(B) | 358.33º | 0.55% | 0.52% | - |
| XYZ | 12 | 8.49 | 5.56 | - |
| YUV | 81.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 62 | 0 | 0.55 | 0.53 | 0.48 | 358.33 | 0.38 | 0.38 |
| Hex | 84 | 3C | 3E | 0 | 37 | 35 | 30 | 166 | 26 | 26 |
| Octal | 204 | 74 | 76 | 0 | 67 | 65 | 60 | 546 | 46 | 46 |
| Binary | 10000100 | 111100 | 111110 | 0 | 110111 | 110101 | 110000 | 101100110 | 100110 | 100110 |
Color Harmonies of #843C3E
Complementary color
Monochromatic Colors of #843C3E
Black with #843C3E
Text Example
Text Example
White with #843C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C3E; }
p { color: rgb(132,60,62); }
H1.HeaderClassName
{
color: #843C3E;
}
.AnyTagClassName
{
color: #843C3E;
}
</style>
background-color css
<style>
a { background-color: #843C3E; }
a { background-color: rgb(132,60,62); }
div.DivClassName
{
background-color: #843C3E;
}
.BgClassName
{
background-color: #843C3E;
}
</style>
border-color css
<style>
span { border-color: #843C3E; }
span { border-color: rgb(132,60,62); }
td.TdClassName
{
border-color: #843C3E;
}
.TagClassName
{
border-color: #843C3E;
}
</style>