#89213C

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

Shades of Shiraz #89213C

Tints of Shiraz #89213C

Color information

#89213C (or 0x89213C) is unknown color: approx Shiraz. HEX triplet: 89, 21 and 3C. RGB value is (137,33,60). Sum of RGB (Red+Green+Blue) = 137+33+60=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #89213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89213C is #76DEC3. Grayscale: #434343. Windows color (decimal): -7790276 or 3940745. OLE color: 3940745.

HSL color Cylindrical-coordinate representation of color #89213C: hue angle of 344.42º 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 #89213C is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB1373360-
CMYK00.760.560.46
HSL344.42º61.18%33.33%-
HSV(B)344.42º75.91%53.73%-
XYZ11.686.734.96-
YUV67.17123.96177.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.57%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=59.57%
G=14.35%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137336000.760.560.46344.4261.1833.33
Hex89213C04C382E1583d21
Octal2114174011470565307541
Binary1000100110000111110001001100111000101110101011000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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