Shades of Stiletto #833D3F
Tints of Stiletto #833D3F
RGB
CMYK
RGB Variations
Color information
#833D3F (or 0x833D3F) is known color: Stiletto. HEX triplet: 83, 3D and 3F. RGB value is (131,61,63). Sum of RGB (Red+Green+Blue) = 131+61+63=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #833D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833D3F is #7CC2C0. Grayscale: #525252. Windows color (decimal): -8176321 or 4144515. OLE color: 4144515.
HSL color Cylindrical-coordinate representation of color #833D3F: hue angle of 358.29º 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 #833D3F is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 63 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.49 |
| HSL | 358.29º | 0.36% | 0.38% | - |
| HSV(B) | 358.29º | 0.53% | 0.51% | - |
| XYZ | 11.93 | 8.52 | 5.72 | - |
| YUV | 82.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 63 | 0 | 0.53 | 0.52 | 0.49 | 358.29 | 0.36 | 0.38 |
| Hex | 83 | 3D | 3F | 0 | 35 | 34 | 31 | 166 | 24 | 26 |
| Octal | 203 | 75 | 77 | 0 | 65 | 64 | 61 | 546 | 44 | 46 |
| Binary | 10000011 | 111101 | 111111 | 0 | 110101 | 110100 | 110001 | 101100110 | 100100 | 100110 |
Color Harmonies of #833D3F
Complementary color
Monochromatic Colors of #833D3F
Black with #833D3F
Text Example
Text Example
White with #833D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D3F; }
p { color: rgb(131,61,63); }
H1.HeaderClassName
{
color: #833D3F;
}
.AnyTagClassName
{
color: #833D3F;
}
</style>
background-color css
<style>
a { background-color: #833D3F; }
a { background-color: rgb(131,61,63); }
div.DivClassName
{
background-color: #833D3F;
}
.BgClassName
{
background-color: #833D3F;
}
</style>
border-color css
<style>
span { border-color: #833D3F; }
span { border-color: rgb(131,61,63); }
td.TdClassName
{
border-color: #833D3F;
}
.TagClassName
{
border-color: #833D3F;
}
</style>