#803C3F

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

Shades of Stiletto #803C3F

Tints of Stiletto #803C3F

Color information

#803C3F (or 0x803C3F) is unknown color: approx Stiletto. HEX triplet: 80, 3C and 3F. RGB value is (128,60,63). Sum of RGB (Red+Green+Blue) = 128+60+63=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #803C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C3F is #7FC3C0. Grayscale: #505050. Windows color (decimal): -8373185 or 4144256. OLE color: 4144256.

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

Color convert

RGB1286063-
CMYK00.530.510.50
HSL357.35º36.17%36.86%-
HSV(B)357.35º53.12%50.2%-
XYZ11.428.185.68-
YUV80.67118.03161.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 63 (25% from 255) = 25.10%
R=51.00%
G=23.90%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128606300.530.510.50357.3536.1736.86
Hex803C3F03533321652425
Octal200747706563625454445
Binary100000001111001111110110101110011110010101100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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