#804044

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

Shades of Stiletto #804044

Tints of Stiletto #804044

Color information

#804044 (or 0x804044) is unknown color: approx Stiletto. HEX triplet: 80, 40 and 44. RGB value is (128,64,68). Sum of RGB (Red+Green+Blue) = 128+64+68=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #804044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804044 is #7FBFBB. Grayscale: #535353. Windows color (decimal): -8372156 or 4472960. OLE color: 4472960.

HSL color Cylindrical-coordinate representation of color #804044: hue angle of 356.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804044 is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB1286468-
CMYK00.50.470.50
HSL356.25º33.33%37.65%-
HSV(B)356.25º50%50.2%-
XYZ11.788.676.52-
YUV83.59119.2159.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.23%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=49.23%
G=24.62%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128646800.50.470.50356.2533.3337.65
Hex8040440322F321642126
Octal20010010406257625444146
Binary10000000100000010001000110010101111110010101100100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804044; }

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

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

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

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

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

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

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

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