#894044

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

Shades of Stiletto #894044

Tints of Stiletto #894044

Color information

#894044 (or 0x894044) is unknown color: approx Stiletto. HEX triplet: 89, 40 and 44. RGB value is (137,64,68). Sum of RGB (Red+Green+Blue) = 137+64+68=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #894044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894044 is #76BFBB. Grayscale: #565656. Windows color (decimal): -7782332 or 4472969. OLE color: 4472969.

HSL color Cylindrical-coordinate representation of color #894044: hue angle of 356.71º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894044 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB1376468-
CMYK00.530.500.46
HSL356.71º36.32%39.41%-
HSV(B)356.71º53.28%53.73%-
XYZ13.199.46.59-
YUV86.28117.68164.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=50.93%
G=23.79%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137646800.530.500.46356.7136.3239.41
Hex894044035322E1652427
Octal21110010406562565454447
Binary10001001100000010001000110101110010101110101100101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894044; }

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

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

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

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

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

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

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

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