#892e39

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

Shades of Shiraz #892E39

Tints of Shiraz #892E39

Color information

#892E39 (or 0x892E39) is unknown color: approx Shiraz. HEX triplet: 89, 2E and 39. RGB value is (137,46,57). Sum of RGB (Red+Green+Blue) = 137+46+57=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #892E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892E39 is #76D1C6. Grayscale: #4A4A4A. Windows color (decimal): -7786951 or 3747465. OLE color: 3747465.

HSL color Cylindrical-coordinate representation of color #892E39: hue angle of 352.75º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892E39 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1374657-
CMYK00.660.580.46
HSL352.75º49.73%35.88%-
HSV(B)352.75º66.42%53.73%-
XYZ12.037.574.7-
YUV74.46118.15172.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.08%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 57 (22.66% from 255) = 23.75%
R=57.08%
G=19.17%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137465700.660.580.46352.7549.7335.88
Hex892E390423A2E1613224
Octal2115671010272565416244
Binary1000100110111011100101000010111010101110101100001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892e39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892e39; }

 p { color: rgb(137,46,57); }

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

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

 a { background-color: rgb(137,46,57); }

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

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

 span { border-color: rgb(137,46,57); }

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