#892934

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

Shades of Shiraz #892934

Tints of Shiraz #892934

Color information

#892934 (or 0x892934) is unknown color: approx Shiraz. HEX triplet: 89, 29 and 34. RGB value is (137,41,52). Sum of RGB (Red+Green+Blue) = 137+41+52=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #892934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892934 is #76D6CB. Grayscale: #474747. Windows color (decimal): -7788236 or 3418505. OLE color: 3418505.

HSL color Cylindrical-coordinate representation of color #892934: hue angle of 353.12º 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 #892934 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1374152-
CMYK00.700.620.46
HSL353.12º53.93%34.9%-
HSV(B)353.12º70.07%53.73%-
XYZ11.737.154.01-
YUV70.96117.3175.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.57%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=59.57%
G=17.83%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137415200.700.620.46353.1253.9334.9
Hex8929340463E2E1613623
Octal2115164010676565416643
Binary1000100110100111010001000110111110101110101100001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892934; }

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

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

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

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

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

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

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

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