Shades of Stiletto #85383C
Tints of Stiletto #85383C
RGB
CMYK
RGB Variations
Color information
#85383C (or 0x85383C) is known color: Stiletto. HEX triplet: 85, 38 and 3C. RGB value is (133,56,60). Sum of RGB (Red+Green+Blue) = 133+56+60=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85383C is #7AC7C3. Grayscale: #4F4F4F. Windows color (decimal): -8046532 or 3946629. OLE color: 3946629.
HSL color Cylindrical-coordinate representation of color #85383C: hue angle of 356.88º degrees, saturation: 0.41, 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 #85383C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 60 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.48 |
| HSL | 356.88º | 0.41% | 0.37% | - |
| HSV(B) | 356.88º | 0.58% | 0.52% | - |
| XYZ | 11.9 | 8.14 | 5.22 | - |
| YUV | 79.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 60 | 0 | 0.58 | 0.55 | 0.48 | 356.88 | 0.41 | 0.37 |
| Hex | 85 | 38 | 3C | 0 | 3A | 37 | 30 | 165 | 29 | 25 |
| Octal | 205 | 70 | 74 | 0 | 72 | 67 | 60 | 545 | 51 | 45 |
| Binary | 10000101 | 111000 | 111100 | 0 | 111010 | 110111 | 110000 | 101100101 | 101001 | 100101 |
Color Harmonies of #85383C
Complementary color
Monochromatic Colors of #85383C
Black with #85383C
Text Example
Text Example
White with #85383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85383C; }
p { color: rgb(133,56,60); }
H1.HeaderClassName
{
color: #85383C;
}
.AnyTagClassName
{
color: #85383C;
}
</style>
background-color css
<style>
a { background-color: #85383C; }
a { background-color: rgb(133,56,60); }
div.DivClassName
{
background-color: #85383C;
}
.BgClassName
{
background-color: #85383C;
}
</style>
border-color css
<style>
span { border-color: #85383C; }
span { border-color: rgb(133,56,60); }
td.TdClassName
{
border-color: #85383C;
}
.TagClassName
{
border-color: #85383C;
}
</style>