#803C3E

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

Shades of Stiletto #803C3E

Tints of Stiletto #803C3E

Color information

#803C3E (or 0x803C3E) is unknown color: approx Stiletto. HEX triplet: 80, 3C and 3E. RGB value is (128,60,62). Sum of RGB (Red+Green+Blue) = 128+60+62=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #803C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C3E is #7FC3C1. Grayscale: #505050. Windows color (decimal): -8373186 or 4078720. OLE color: 4078720.

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

Color convert

RGB1286062-
CMYK00.530.520.50
HSL358.24º36.17%36.86%-
HSV(B)358.24º53.12%50.2%-
XYZ11.398.175.53-
YUV80.56117.53161.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.2%
GREEN value IS 60 (23.83% from 255) = 24%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=51.2%
G=24%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128606200.530.520.50358.2436.1736.86
Hex803C3E03534321662425
Octal200747606564625464445
Binary100000001111001111100110101110100110010101100110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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