#894041

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

Shades of Stiletto #894041

Tints of Stiletto #894041

Color information

#894041 (or 0x894041) is unknown color: approx Stiletto. HEX triplet: 89, 40 and 41. RGB value is (137,64,65). Sum of RGB (Red+Green+Blue) = 137+64+65=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #894041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894041 is #76BFBE. Grayscale: #565656. Windows color (decimal): -7782335 or 4276361. OLE color: 4276361.

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

Color convert

RGB1376465-
CMYK00.530.530.46
HSL359.18º36.32%39.41%-
HSV(B)359.18º53.28%53.73%-
XYZ13.19.376.12-
YUV85.94116.18164.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.50%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=51.50%
G=24.06%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137646500.530.530.46359.1836.3239.41
Hex894041035352E1672427
Octal21110010106565565474447
Binary10001001100000010000010110101110101101110101100111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894041; }

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

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

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

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

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

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

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

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