#89213D

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

Shades of Shiraz #89213D

Tints of Shiraz #89213D

Color information

#89213D (or 0x89213D) is unknown color: approx Shiraz. HEX triplet: 89, 21 and 3D. RGB value is (137,33,61). Sum of RGB (Red+Green+Blue) = 137+33+61=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #89213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89213D is #76DEC2. Grayscale: #434343. Windows color (decimal): -7790275 or 4006281. OLE color: 4006281.

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

Color convert

RGB1373361-
CMYK00.760.550.46
HSL343.85º61.18%33.33%-
HSV(B)343.85º75.91%53.73%-
XYZ11.76.745.1-
YUV67.29124.46177.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=59.31%
G=14.29%
B=26.41%

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
Decimal137336100.760.550.46343.8561.1833.33
Hex89213D04C372E1583d21
Octal2114175011467565307541
Binary1000100110000111110101001100110111101110101011000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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