#894143

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

Shades of Stiletto #894143

Tints of Stiletto #894143

Color information

#894143 (or 0x894143) is unknown color: approx Stiletto. HEX triplet: 89, 41 and 43. RGB value is (137,65,67). Sum of RGB (Red+Green+Blue) = 137+65+67=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #894143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894143 is #76BEBC. Grayscale: #565656. Windows color (decimal): -7782077 or 4407689. OLE color: 4407689.

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

Color convert

RGB1376567-
CMYK00.530.510.46
HSL358.33º35.64%39.61%-
HSV(B)358.33º52.55%53.73%-
XYZ13.229.56.45-
YUV86.76116.85163.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 67 (26.56% from 255) = 24.91%
R=50.93%
G=24.16%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137656700.530.510.46358.3335.6439.61
Hex894143035332E1662428
Octal21110110306563565464450
Binary10001001100000110000110110101110011101110101100110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894143; }

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

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

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

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

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

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

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

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