#804344

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

Shades of Stiletto #804344

Tints of Stiletto #804344

Color information

#804344 (or 0x804344) is unknown color: approx Stiletto. HEX triplet: 80, 43 and 44. RGB value is (128,67,68). Sum of RGB (Red+Green+Blue) = 128+67+68=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #804344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804344 is #7FBCBB. Grayscale: #555555. Windows color (decimal): -8371388 or 4473728. OLE color: 4473728.

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

Color convert

RGB1286768-
CMYK00.480.470.50
HSL359.02º31.28%38.24%-
HSV(B)359.02º47.66%50.2%-
XYZ11.959.026.58-
YUV85.35118.21158.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.67%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=48.67%
G=25.48%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128676800.480.470.50359.0231.2838.24
Hex8043440302F321671f26
Octal20010310406057625473746
Binary1000000010000111000100011000010111111001010110011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804344; }

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

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

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

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

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

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

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

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