#89213B

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

Shades of Shiraz #89213B

Tints of Shiraz #89213B

Color information

#89213B (or 0x89213B) is unknown color: approx Shiraz. HEX triplet: 89, 21 and 3B. RGB value is (137,33,59). Sum of RGB (Red+Green+Blue) = 137+33+59=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #89213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89213B is #76DEC4. Grayscale: #434343. Windows color (decimal): -7790277 or 3875209. OLE color: 3875209.

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

Color convert

RGB1373359-
CMYK00.760.570.46
HSL345º61.18%33.33%-
HSV(B)345º75.91%53.73%-
XYZ11.656.724.82-
YUV67.06123.46177.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.83%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=59.83%
G=14.41%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137335900.760.570.4634561.1833.33
Hex89213B04C392E1593d21
Octal2114173011471565317541
Binary1000100110000111101101001100111001101110101011001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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