Shades of Stiletto #823C3F
Tints of Stiletto #823C3F
RGB
CMYK
RGB Variations
Color information
#823C3F (or 0x823C3F) is known color: Stiletto. HEX triplet: 82, 3C and 3F. RGB value is (130,60,63). Sum of RGB (Red+Green+Blue) = 130+60+63=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #823C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823C3F is #7DC3C0. Grayscale: #515151. Windows color (decimal): -8242113 or 4144258. OLE color: 4144258.
HSL color Cylindrical-coordinate representation of color #823C3F: hue angle of 357.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #823C3F is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 60 | 63 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.49 |
| HSL | 357.43º | 0.37% | 0.37% | - |
| HSV(B) | 357.43º | 0.54% | 0.51% | - |
| XYZ | 11.72 | 8.34 | 5.69 | - |
| YUV | 81.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 63 | 0 | 0.54 | 0.52 | 0.49 | 357.43 | 0.37 | 0.37 |
| Hex | 82 | 3C | 3F | 0 | 36 | 34 | 31 | 165 | 25 | 25 |
| Octal | 202 | 74 | 77 | 0 | 66 | 64 | 61 | 545 | 45 | 45 |
| Binary | 10000010 | 111100 | 111111 | 0 | 110110 | 110100 | 110001 | 101100101 | 100101 | 100101 |
Color Harmonies of #823C3F
Complementary color
Monochromatic Colors of #823C3F
Black with #823C3F
Text Example
Text Example
White with #823C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C3F; }
p { color: rgb(130,60,63); }
H1.HeaderClassName
{
color: #823C3F;
}
.AnyTagClassName
{
color: #823C3F;
}
</style>
background-color css
<style>
a { background-color: #823C3F; }
a { background-color: rgb(130,60,63); }
div.DivClassName
{
background-color: #823C3F;
}
.BgClassName
{
background-color: #823C3F;
}
</style>
border-color css
<style>
span { border-color: #823C3F; }
span { border-color: rgb(130,60,63); }
td.TdClassName
{
border-color: #823C3F;
}
.TagClassName
{
border-color: #823C3F;
}
</style>