#803C40

Color #803C40 Stiletto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stiletto #803C40

Tints of Stiletto #803C40

Color information

#803C40 (or 0x803C40) is unknown color: approx Stiletto. HEX triplet: 80, 3C and 40. RGB value is (128,60,64). Sum of RGB (Red+Green+Blue) = 128+60+64=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #803C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C40 is #7FC3BF. Grayscale: #505050. Windows color (decimal): -8373184 or 4209792. OLE color: 4209792.

HSL color Cylindrical-coordinate representation of color #803C40: hue angle of 356.47º 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 #803C40 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB1286064-
CMYK00.530.50.50
HSL356.47º36.17%36.86%-
HSV(B)356.47º53.12%50.2%-
XYZ11.448.195.83-
YUV80.79118.53161.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=50.79%
G=23.81%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.5
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128606400.530.50.50356.4736.1736.86
Hex803C4003532321642425
Octal2007410006562625444445
Binary1000000011110010000000110101110010110010101100100100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803C40; }

 p { color: rgb(128,60,64); }

 H1.HeaderClassName
 {
   color: #803C40;
 }
 .AnyTagClassName
 {
   color: #803C40;
 }
</style>
background-color css

<style>
 a { background-color: #803C40; }

 a { background-color: rgb(128,60,64); }

 div.DivClassName
 {
   background-color: #803C40;
 }
 .BgClassName
 {
   background-color: #803C40;
 }
</style>
border-color css

<style>
 span { border-color: #803C40; }

 span { border-color: rgb(128,60,64); }

 td.TdClassName
 {
   border-color: #803C40;
 }
 .TagClassName
 {
   border-color: #803C40;
 }
</style>