#89203B

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

Shades of Shiraz #89203B

Tints of Shiraz #89203B

Color information

#89203B (or 0x89203B) is unknown color: approx Shiraz. HEX triplet: 89, 20 and 3B. RGB value is (137,32,59). Sum of RGB (Red+Green+Blue) = 137+32+59=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #89203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89203B is #76DFC4. Grayscale: #424242. Windows color (decimal): -7790533 or 3874953. OLE color: 3874953.

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

Color convert

RGB1373259-
CMYK00.770.570.46
HSL344.57º62.13%33.14%-
HSV(B)344.57º76.64%53.73%-
XYZ11.626.674.81-
YUV66.47123.79178.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.09%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=60.09%
G=14.04%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137325900.770.570.46344.5762.1333.14
Hex89203B04D392E1593e21
Octal2114073011571565317641
Binary1000100110000011101101001101111001101110101011001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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