#89223B

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

Shades of Shiraz #89223B

Tints of Shiraz #89223B

Color information

#89223B (or 0x89223B) is unknown color: approx Shiraz. HEX triplet: 89, 22 and 3B. RGB value is (137,34,59). Sum of RGB (Red+Green+Blue) = 137+34+59=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #89223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89223B is #76DDC4. Grayscale: #434343. Windows color (decimal): -7790021 or 3875465. OLE color: 3875465.

HSL color Cylindrical-coordinate representation of color #89223B: hue angle of 345.44º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89223B is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB1373459-
CMYK00.750.570.46
HSL345.44º60.23%33.53%-
HSV(B)345.44º75.18%53.73%-
XYZ11.686.784.83-
YUV67.65123.12177.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.57%
GREEN value IS 34 (13.67% from 255) = 14.78%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=59.57%
G=14.78%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137345900.750.570.46345.4460.2333.53
Hex89223B04B392E1593c22
Octal2114273011371565317442
Binary1000100110001011101101001011111001101110101011001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89223B; }

 p { color: rgb(137,34,59); }

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

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

 a { background-color: rgb(137,34,59); }

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

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

 span { border-color: rgb(137,34,59); }

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