Shades of Stiletto #833B3F
Tints of Stiletto #833B3F
RGB
CMYK
RGB Variations
Color information
#833B3F (or 0x833B3F) is known color: Stiletto. HEX triplet: 83, 3B and 3F. RGB value is (131,59,63). Sum of RGB (Red+Green+Blue) = 131+59+63=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #833B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833B3F is #7CC4C0. Grayscale: #515151. Windows color (decimal): -8176833 or 4144003. OLE color: 4144003.
HSL color Cylindrical-coordinate representation of color #833B3F: hue angle of 356.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #833B3F is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 63 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.49 |
| HSL | 356.67º | 0.38% | 0.37% | - |
| HSV(B) | 356.67º | 0.55% | 0.51% | - |
| XYZ | 11.82 | 8.31 | 5.68 | - |
| YUV | 80.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 63 | 0 | 0.55 | 0.52 | 0.49 | 356.67 | 0.38 | 0.37 |
| Hex | 83 | 3B | 3F | 0 | 37 | 34 | 31 | 165 | 26 | 25 |
| Octal | 203 | 73 | 77 | 0 | 67 | 64 | 61 | 545 | 46 | 45 |
| Binary | 10000011 | 111011 | 111111 | 0 | 110111 | 110100 | 110001 | 101100101 | 100110 | 100101 |
Color Harmonies of #833B3F
Complementary color
Monochromatic Colors of #833B3F
Black with #833B3F
Text Example
Text Example
White with #833B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B3F; }
p { color: rgb(131,59,63); }
H1.HeaderClassName
{
color: #833B3F;
}
.AnyTagClassName
{
color: #833B3F;
}
</style>
background-color css
<style>
a { background-color: #833B3F; }
a { background-color: rgb(131,59,63); }
div.DivClassName
{
background-color: #833B3F;
}
.BgClassName
{
background-color: #833B3F;
}
</style>
border-color css
<style>
span { border-color: #833B3F; }
span { border-color: rgb(131,59,63); }
td.TdClassName
{
border-color: #833B3F;
}
.TagClassName
{
border-color: #833B3F;
}
</style>