#803E41

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

Shades of Stiletto #803E41

Tints of Stiletto #803E41

Color information

#803E41 (or 0x803E41) is unknown color: approx Stiletto. HEX triplet: 80, 3E and 41. RGB value is (128,62,65). Sum of RGB (Red+Green+Blue) = 128+62+65=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #803E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E41 is #7FC1BE. Grayscale: #525252. Windows color (decimal): -8372671 or 4275840. OLE color: 4275840.

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

Color convert

RGB1286265-
CMYK00.520.490.50
HSL357.27º34.74%37.25%-
HSV(B)357.27º51.56%50.2%-
XYZ11.588.426.02-
YUV82.08118.37160.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=50.20%
G=24.31%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128626500.520.490.50357.2734.7437.25
Hex803E4103431321652325
Octal2007610106461625454345
Binary1000000011111010000010110100110001110010101100101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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