#893840

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

Shades of Stiletto #893840

Tints of Stiletto #893840

Color information

#893840 (or 0x893840) is unknown color: approx Stiletto. HEX triplet: 89, 38 and 40. RGB value is (137,56,64). Sum of RGB (Red+Green+Blue) = 137+56+64=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #893840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893840 is #76C7BF. Grayscale: #515151. Windows color (decimal): -7784384 or 4208777. OLE color: 4208777.

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

Color convert

RGB1375664-
CMYK00.590.530.46
HSL354.07º41.97%37.84%-
HSV(B)354.07º59.12%53.73%-
XYZ12.668.525.83-
YUV81.13118.34167.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=53.31%
G=21.79%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137566400.590.530.46354.0741.9737.84
Hex89384003B352E1622a26
Octal2117010007365565425246
Binary1000100111100010000000111011110101101110101100010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893840; }

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

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

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

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

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

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

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

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