Shades of Stiletto #833E41
Tints of Stiletto #833E41
RGB
CMYK
RGB Variations
Color information
#833E41 (or 0x833E41) is known color: Stiletto. HEX triplet: 83, 3E and 41. RGB value is (131,62,65). Sum of RGB (Red+Green+Blue) = 131+62+65=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #833E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833E41 is #7CC1BE. Grayscale: #535353. Windows color (decimal): -8176063 or 4275843. OLE color: 4275843.
HSL color Cylindrical-coordinate representation of color #833E41: hue angle of 357.39º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833E41 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 62 | 65 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.49 |
| HSL | 357.39º | 0.36% | 0.38% | - |
| HSV(B) | 357.39º | 0.53% | 0.51% | - |
| XYZ | 12.04 | 8.65 | 6.04 | - |
| YUV | 82.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 65 | 0 | 0.53 | 0.50 | 0.49 | 357.39 | 0.36 | 0.38 |
| Hex | 83 | 3E | 41 | 0 | 35 | 32 | 31 | 165 | 24 | 26 |
| Octal | 203 | 76 | 101 | 0 | 65 | 62 | 61 | 545 | 44 | 46 |
| Binary | 10000011 | 111110 | 1000001 | 0 | 110101 | 110010 | 110001 | 101100101 | 100100 | 100110 |
Color Harmonies of #833E41
Complementary color
Monochromatic Colors of #833E41
Black with #833E41
Text Example
Text Example
White with #833E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833E41; }
p { color: rgb(131,62,65); }
H1.HeaderClassName
{
color: #833E41;
}
.AnyTagClassName
{
color: #833E41;
}
</style>
background-color css
<style>
a { background-color: #833E41; }
a { background-color: rgb(131,62,65); }
div.DivClassName
{
background-color: #833E41;
}
.BgClassName
{
background-color: #833E41;
}
</style>
border-color css
<style>
span { border-color: #833E41; }
span { border-color: rgb(131,62,65); }
td.TdClassName
{
border-color: #833E41;
}
.TagClassName
{
border-color: #833E41;
}
</style>