#893C43

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

Shades of Stiletto #893C43

Tints of Stiletto #893C43

Color information

#893C43 (or 0x893C43) is unknown color: approx Stiletto. HEX triplet: 89, 3C and 43. RGB value is (137,60,67). Sum of RGB (Red+Green+Blue) = 137+60+67=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #893C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C43 is #76C3BC. Grayscale: #535353. Windows color (decimal): -7783357 or 4406409. OLE color: 4406409.

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

Color convert

RGB1376067-
CMYK00.560.510.46
HSL354.55º39.09%38.63%-
HSV(B)354.55º56.2%53.73%-
XYZ12.958.966.36-
YUV83.82118.51165.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.89%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 67 (26.56% from 255) = 25.38%
R=51.89%
G=22.73%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137606700.560.510.46354.5539.0938.63
Hex893C43038332E1632727
Octal2117410307063565434747
Binary1000100111110010000110111000110011101110101100011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,60,67); }

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

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

 a { background-color: rgb(137,60,67); }

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

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

 span { border-color: rgb(137,60,67); }

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