#893541

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

Shades of Stiletto #893541

Tints of Stiletto #893541

Color information

#893541 (or 0x893541) is unknown color: approx Stiletto. HEX triplet: 89, 35 and 41. RGB value is (137,53,65). Sum of RGB (Red+Green+Blue) = 137+53+65=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #893541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893541 is #76CABE. Grayscale: #4F4F4F. Windows color (decimal): -7785151 or 4273545. OLE color: 4273545.

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

Color convert

RGB1375365-
CMYK00.610.530.46
HSL351.43º44.21%37.25%-
HSV(B)351.43º61.31%53.73%-
XYZ12.548.255.93-
YUV79.48119.83169.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=53.73%
G=20.78%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137536500.610.530.46351.4344.2137.25
Hex89354103D352E15f2c25
Octal2116510107565565375445
Binary1000100111010110000010111101110101101110101011111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893541; }

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

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

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

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

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

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

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

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