Shades of Stiletto #803C3D
Tints of Stiletto #803C3D
RGB
CMYK
RGB Variations
Color information
#803C3D (or 0x803C3D) is known color: Stiletto. HEX triplet: 80, 3C and 3D. RGB value is (128,60,61). Sum of RGB (Red+Green+Blue) = 128+60+61=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #803C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C3D is #7FC3C2. Grayscale: #505050. Windows color (decimal): -8373187 or 4013184. OLE color: 4013184.
HSL color Cylindrical-coordinate representation of color #803C3D: hue angle of 359.12º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803C3D is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 61 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.50 |
| HSL | 359.12º | 0.36% | 0.37% | - |
| HSV(B) | 359.12º | 0.53% | 0.5% | - |
| XYZ | 11.36 | 8.16 | 5.39 | - |
| YUV | 80.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 61 | 0 | 0.53 | 0.52 | 0.50 | 359.12 | 0.36 | 0.37 |
| Hex | 80 | 3C | 3D | 0 | 35 | 34 | 32 | 167 | 24 | 25 |
| Octal | 200 | 74 | 75 | 0 | 65 | 64 | 62 | 547 | 44 | 45 |
| Binary | 10000000 | 111100 | 111101 | 0 | 110101 | 110100 | 110010 | 101100111 | 100100 | 100101 |
Color Harmonies of #803C3D
Complementary color
Monochromatic Colors of #803C3D
Black with #803C3D
Text Example
Text Example
White with #803C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C3D; }
p { color: rgb(128,60,61); }
H1.HeaderClassName
{
color: #803C3D;
}
.AnyTagClassName
{
color: #803C3D;
}
</style>
background-color css
<style>
a { background-color: #803C3D; }
a { background-color: rgb(128,60,61); }
div.DivClassName
{
background-color: #803C3D;
}
.BgClassName
{
background-color: #803C3D;
}
</style>
border-color css
<style>
span { border-color: #803C3D; }
span { border-color: rgb(128,60,61); }
td.TdClassName
{
border-color: #803C3D;
}
.TagClassName
{
border-color: #803C3D;
}
</style>