#892940

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

Shades of Shiraz #892940

Tints of Shiraz #892940

Color information

#892940 (or 0x892940) is unknown color: approx Shiraz. HEX triplet: 89, 29 and 40. RGB value is (137,41,64). Sum of RGB (Red+Green+Blue) = 137+41+64=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #892940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892940 is #76D6BF. Grayscale: #484848. Windows color (decimal): -7788224 or 4204937. OLE color: 4204937.

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

Color convert

RGB1374164-
CMYK00.700.530.46
HSL345.62º53.93%34.9%-
HSV(B)345.62º70.07%53.73%-
XYZ12.037.275.62-
YUV72.33123.3174.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.61%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=56.61%
G=16.94%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137416400.700.530.46345.6253.9334.9
Hex892940046352E15a3623
Octal21151100010665565326643
Binary10001001101001100000001000110110101101110101011010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892940; }

 p { color: rgb(137,41,64); }

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

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

 a { background-color: rgb(137,41,64); }

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

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

 span { border-color: rgb(137,41,64); }

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