#893B45

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

Shades of Stiletto #893B45

Tints of Stiletto #893B45

Color information

#893B45 (or 0x893B45) is unknown color: approx Stiletto. HEX triplet: 89, 3B and 45. RGB value is (137,59,69). Sum of RGB (Red+Green+Blue) = 137+59+69=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #893B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B45 is #76C4BA. Grayscale: #535353. Windows color (decimal): -7783611 or 4537225. OLE color: 4537225.

HSL color Cylindrical-coordinate representation of color #893B45: hue angle of 352.31º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893B45 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB1375969-
CMYK00.570.500.46
HSL352.31º39.8%38.43%-
HSV(B)352.31º56.93%53.73%-
XYZ12.958.886.66-
YUV83.46119.84166.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=51.70%
G=22.26%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137596900.570.500.46352.3139.838.43
Hex893B45039322E1602826
Octal2117310507162565405046
Binary1000100111101110001010111001110010101110101100000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893B45; }

 p { color: rgb(137,59,69); }

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

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

 a { background-color: rgb(137,59,69); }

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

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

 span { border-color: rgb(137,59,69); }

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