#89293a

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

Shades of Shiraz #89293A

Tints of Shiraz #89293A

Color information

#89293A (or 0x89293A) is unknown color: approx Shiraz. HEX triplet: 89, 29 and 3A. RGB value is (137,41,58). Sum of RGB (Red+Green+Blue) = 137+41+58=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89293A is #76D6C5. Grayscale: #474747. Windows color (decimal): -7788230 or 3811721. OLE color: 3811721.

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

Color convert

RGB1374158-
CMYK00.700.580.46
HSL349.38º53.93%34.9%-
HSV(B)349.38º70.07%53.73%-
XYZ11.877.214.77-
YUV71.64120.3174.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=58.05%
G=17.37%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137415800.700.580.46349.3853.9334.9
Hex89293A0463A2E15d3623
Octal2115172010672565356643
Binary1000100110100111101001000110111010101110101011101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89293a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89293a; }

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

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

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

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

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

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

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

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