Shades of Stiletto #843A3D
Tints of Stiletto #843A3D
RGB
CMYK
RGB Variations
Color information
#843A3D (or 0x843A3D) is known color: Stiletto. HEX triplet: 84, 3A and 3D. RGB value is (132,58,61). Sum of RGB (Red+Green+Blue) = 132+58+61=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #843A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843A3D is #7BC5C2. Grayscale: #505050. Windows color (decimal): -8111555 or 4012676. OLE color: 4012676.
HSL color Cylindrical-coordinate representation of color #843A3D: hue angle of 357.57º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #843A3D is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 58 | 61 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.48 |
| HSL | 357.57º | 0.39% | 0.37% | - |
| HSV(B) | 357.57º | 0.56% | 0.52% | - |
| XYZ | 11.87 | 8.27 | 5.39 | - |
| YUV | 80.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 61 | 0 | 0.56 | 0.54 | 0.48 | 357.57 | 0.39 | 0.37 |
| Hex | 84 | 3A | 3D | 0 | 38 | 36 | 30 | 166 | 27 | 25 |
| Octal | 204 | 72 | 75 | 0 | 70 | 66 | 60 | 546 | 47 | 45 |
| Binary | 10000100 | 111010 | 111101 | 0 | 111000 | 110110 | 110000 | 101100110 | 100111 | 100101 |
Color Harmonies of #843A3D
Complementary color
Monochromatic Colors of #843A3D
Black with #843A3D
Text Example
Text Example
White with #843A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843A3D; }
p { color: rgb(132,58,61); }
H1.HeaderClassName
{
color: #843A3D;
}
.AnyTagClassName
{
color: #843A3D;
}
</style>
background-color css
<style>
a { background-color: #843A3D; }
a { background-color: rgb(132,58,61); }
div.DivClassName
{
background-color: #843A3D;
}
.BgClassName
{
background-color: #843A3D;
}
</style>
border-color css
<style>
span { border-color: #843A3D; }
span { border-color: rgb(132,58,61); }
td.TdClassName
{
border-color: #843A3D;
}
.TagClassName
{
border-color: #843A3D;
}
</style>