Shades of Stiletto #84383E
Tints of Stiletto #84383E
RGB
CMYK
RGB Variations
Color information
#84383E (or 0x84383E) is known color: Stiletto. HEX triplet: 84, 38 and 3E. RGB value is (132,56,62). Sum of RGB (Red+Green+Blue) = 132+56+62=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #84383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84383E is #7BC7C1. Grayscale: #4F4F4F. Windows color (decimal): -8112066 or 4077700. OLE color: 4077700.
HSL color Cylindrical-coordinate representation of color #84383E: hue angle of 355.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84383E is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 62 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.48 |
| HSL | 355.26º | 0.4% | 0.37% | - |
| HSV(B) | 355.26º | 0.58% | 0.52% | - |
| XYZ | 11.8 | 8.08 | 5.5 | - |
| YUV | 79.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 62 | 0 | 0.58 | 0.53 | 0.48 | 355.26 | 0.4 | 0.37 |
| Hex | 84 | 38 | 3E | 0 | 3A | 35 | 30 | 163 | 28 | 25 |
| Octal | 204 | 70 | 76 | 0 | 72 | 65 | 60 | 543 | 50 | 45 |
| Binary | 10000100 | 111000 | 111110 | 0 | 111010 | 110101 | 110000 | 101100011 | 101000 | 100101 |
Color Harmonies of #84383E
Complementary color
Monochromatic Colors of #84383E
Black with #84383E
Text Example
Text Example
White with #84383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84383E; }
p { color: rgb(132,56,62); }
H1.HeaderClassName
{
color: #84383E;
}
.AnyTagClassName
{
color: #84383E;
}
</style>
background-color css
<style>
a { background-color: #84383E; }
a { background-color: rgb(132,56,62); }
div.DivClassName
{
background-color: #84383E;
}
.BgClassName
{
background-color: #84383E;
}
</style>
border-color css
<style>
span { border-color: #84383E; }
span { border-color: rgb(132,56,62); }
td.TdClassName
{
border-color: #84383E;
}
.TagClassName
{
border-color: #84383E;
}
</style>