#893642

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

Shades of Stiletto #893642

Tints of Stiletto #893642

Color information

#893642 (or 0x893642) is unknown color: approx Stiletto. HEX triplet: 89, 36 and 42. RGB value is (137,54,66). Sum of RGB (Red+Green+Blue) = 137+54+66=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #893642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893642 is #76C9BD. Grayscale: #505050. Windows color (decimal): -7784894 or 4339337. OLE color: 4339337.

HSL color Cylindrical-coordinate representation of color #893642: hue angle of 351.33º degrees, saturation: 0.43, 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 #893642 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB1375466-
CMYK00.610.520.46
HSL351.33º43.46%37.45%-
HSV(B)351.33º60.58%53.73%-
XYZ12.628.356.1-
YUV80.18120168.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=53.31%
G=21.01%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137546600.610.520.46351.3343.4637.45
Hex89364203D342E15f2b25
Octal2116610207564565375345
Binary1000100111011010000100111101110100101110101011111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893642; }

 p { color: rgb(137,54,66); }

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

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

 a { background-color: rgb(137,54,66); }

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

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

 span { border-color: rgb(137,54,66); }

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