Shades of Stiletto #803A3D
Tints of Stiletto #803A3D
RGB
CMYK
RGB Variations
Color information
#803A3D (or 0x803A3D) is known color: Stiletto. HEX triplet: 80, 3A and 3D. RGB value is (128,58,61). Sum of RGB (Red+Green+Blue) = 128+58+61=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #803A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A3D is #7FC5C2. Grayscale: #4F4F4F. Windows color (decimal): -8373699 or 4012672. OLE color: 4012672.
HSL color Cylindrical-coordinate representation of color #803A3D: hue angle of 357.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803A3D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 61 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.50 |
| HSL | 357.43º | 0.38% | 0.36% | - |
| HSV(B) | 357.43º | 0.55% | 0.5% | - |
| XYZ | 11.26 | 7.95 | 5.36 | - |
| YUV | 79.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 61 | 0 | 0.55 | 0.52 | 0.50 | 357.43 | 0.38 | 0.36 |
| Hex | 80 | 3A | 3D | 0 | 37 | 34 | 32 | 165 | 26 | 24 |
| Octal | 200 | 72 | 75 | 0 | 67 | 64 | 62 | 545 | 46 | 44 |
| Binary | 10000000 | 111010 | 111101 | 0 | 110111 | 110100 | 110010 | 101100101 | 100110 | 100100 |
Color Harmonies of #803A3D
Complementary color
Monochromatic Colors of #803A3D
Black with #803A3D
Text Example
Text Example
White with #803A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A3D; }
p { color: rgb(128,58,61); }
H1.HeaderClassName
{
color: #803A3D;
}
.AnyTagClassName
{
color: #803A3D;
}
</style>
background-color css
<style>
a { background-color: #803A3D; }
a { background-color: rgb(128,58,61); }
div.DivClassName
{
background-color: #803A3D;
}
.BgClassName
{
background-color: #803A3D;
}
</style>
border-color css
<style>
span { border-color: #803A3D; }
span { border-color: rgb(128,58,61); }
td.TdClassName
{
border-color: #803A3D;
}
.TagClassName
{
border-color: #803A3D;
}
</style>