Shades of Stiletto #823839
Tints of Stiletto #823839
RGB
CMYK
RGB Variations
Color information
#823839 (or 0x823839) is known color: Stiletto. HEX triplet: 82, 38 and 39. RGB value is (130,56,57). Sum of RGB (Red+Green+Blue) = 130+56+57=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #823839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823839 is #7DC7C6. Grayscale: #4E4E4E. Windows color (decimal): -8243143 or 3750018. OLE color: 3750018.
HSL color Cylindrical-coordinate representation of color #823839: hue angle of 359.19º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #823839 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 57 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.49 |
| HSL | 359.19º | 0.4% | 0.36% | - |
| HSV(B) | 359.19º | 0.57% | 0.51% | - |
| XYZ | 11.36 | 7.87 | 4.79 | - |
| YUV | 78.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 57 | 0 | 0.57 | 0.56 | 0.49 | 359.19 | 0.4 | 0.36 |
| Hex | 82 | 38 | 39 | 0 | 39 | 38 | 31 | 167 | 28 | 24 |
| Octal | 202 | 70 | 71 | 0 | 71 | 70 | 61 | 547 | 50 | 44 |
| Binary | 10000010 | 111000 | 111001 | 0 | 111001 | 111000 | 110001 | 101100111 | 101000 | 100100 |
Color Harmonies of #823839
Complementary color
Monochromatic Colors of #823839
Black with #823839
Text Example
Text Example
White with #823839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823839; }
p { color: rgb(130,56,57); }
H1.HeaderClassName
{
color: #823839;
}
.AnyTagClassName
{
color: #823839;
}
</style>
background-color css
<style>
a { background-color: #823839; }
a { background-color: rgb(130,56,57); }
div.DivClassName
{
background-color: #823839;
}
.BgClassName
{
background-color: #823839;
}
</style>
border-color css
<style>
span { border-color: #823839; }
span { border-color: rgb(130,56,57); }
td.TdClassName
{
border-color: #823839;
}
.TagClassName
{
border-color: #823839;
}
</style>