#89213E

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

Shades of Shiraz #89213E

Tints of Shiraz #89213E

Color information

#89213E (or 0x89213E) is unknown color: approx Shiraz. HEX triplet: 89, 21 and 3E. RGB value is (137,33,62). Sum of RGB (Red+Green+Blue) = 137+33+62=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #89213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89213E is #76DEC1. Grayscale: #434343. Windows color (decimal): -7790274 or 4071817. OLE color: 4071817.

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

Color convert

RGB1373362-
CMYK00.760.550.46
HSL343.27º61.18%33.33%-
HSV(B)343.27º75.91%53.73%-
XYZ11.736.755.24-
YUV67.4124.96177.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.05%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=59.05%
G=14.22%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137336200.760.550.46343.2761.1833.33
Hex89213E04C372E1573d21
Octal2114176011467565277541
Binary1000100110000111111001001100110111101110101010111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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