Shades of Stiletto #803D43
Tints of Stiletto #803D43
RGB
CMYK
RGB Variations
Color information
#803D43 (or 0x803D43) is known color: Stiletto. HEX triplet: 80, 3D and 43. RGB value is (128,61,67). Sum of RGB (Red+Green+Blue) = 128+61+67=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #803D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D43 is #7FC2BC. Grayscale: #515151. Windows color (decimal): -8372925 or 4406656. OLE color: 4406656.
HSL color Cylindrical-coordinate representation of color #803D43: hue angle of 354.63º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803D43 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 67 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.50 |
| HSL | 354.63º | 0.35% | 0.37% | - |
| HSV(B) | 354.63º | 0.52% | 0.5% | - |
| XYZ | 11.58 | 8.33 | 6.31 | - |
| YUV | 81.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 67 | 0 | 0.52 | 0.48 | 0.50 | 354.63 | 0.35 | 0.37 |
| Hex | 80 | 3D | 43 | 0 | 34 | 30 | 32 | 163 | 23 | 25 |
| Octal | 200 | 75 | 103 | 0 | 64 | 60 | 62 | 543 | 43 | 45 |
| Binary | 10000000 | 111101 | 1000011 | 0 | 110100 | 110000 | 110010 | 101100011 | 100011 | 100101 |
Color Harmonies of #803D43
Complementary color
Monochromatic Colors of #803D43
Black with #803D43
Text Example
Text Example
White with #803D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D43; }
p { color: rgb(128,61,67); }
H1.HeaderClassName
{
color: #803D43;
}
.AnyTagClassName
{
color: #803D43;
}
</style>
background-color css
<style>
a { background-color: #803D43; }
a { background-color: rgb(128,61,67); }
div.DivClassName
{
background-color: #803D43;
}
.BgClassName
{
background-color: #803D43;
}
</style>
border-color css
<style>
span { border-color: #803D43; }
span { border-color: rgb(128,61,67); }
td.TdClassName
{
border-color: #803D43;
}
.TagClassName
{
border-color: #803D43;
}
</style>