Shades of Stiletto #84383C
Tints of Stiletto #84383C
RGB
CMYK
RGB Variations
Color information
#84383C (or 0x84383C) is known color: Stiletto. HEX triplet: 84, 38 and 3C. RGB value is (132,56,60). Sum of RGB (Red+Green+Blue) = 132+56+60=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84383C is #7BC7C3. Grayscale: #4F4F4F. Windows color (decimal): -8112068 or 3946628. OLE color: 3946628.
HSL color Cylindrical-coordinate representation of color #84383C: hue angle of 356.84º 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 #84383C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 60 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.48 |
| HSL | 356.84º | 0.4% | 0.37% | - |
| HSV(B) | 356.84º | 0.58% | 0.52% | - |
| XYZ | 11.75 | 8.06 | 5.21 | - |
| YUV | 79.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 60 | 0 | 0.58 | 0.55 | 0.48 | 356.84 | 0.4 | 0.37 |
| Hex | 84 | 38 | 3C | 0 | 3A | 37 | 30 | 165 | 28 | 25 |
| Octal | 204 | 70 | 74 | 0 | 72 | 67 | 60 | 545 | 50 | 45 |
| Binary | 10000100 | 111000 | 111100 | 0 | 111010 | 110111 | 110000 | 101100101 | 101000 | 100101 |
Color Harmonies of #84383C
Complementary color
Monochromatic Colors of #84383C
Black with #84383C
Text Example
Text Example
White with #84383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84383C; }
p { color: rgb(132,56,60); }
H1.HeaderClassName
{
color: #84383C;
}
.AnyTagClassName
{
color: #84383C;
}
</style>
background-color css
<style>
a { background-color: #84383C; }
a { background-color: rgb(132,56,60); }
div.DivClassName
{
background-color: #84383C;
}
.BgClassName
{
background-color: #84383C;
}
</style>
border-color css
<style>
span { border-color: #84383C; }
span { border-color: rgb(132,56,60); }
td.TdClassName
{
border-color: #84383C;
}
.TagClassName
{
border-color: #84383C;
}
</style>