#89133C

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

Shades of Shiraz #89133C

Tints of Shiraz #89133C

Color information

#89133C (or 0x89133C) is unknown color: approx Shiraz. HEX triplet: 89, 13 and 3C. RGB value is (137,19,60). Sum of RGB (Red+Green+Blue) = 137+19+60=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89133C is #76ECC3. Grayscale: #3A3A3A. Windows color (decimal): -7793860 or 3937161. OLE color: 3937161.

HSL color Cylindrical-coordinate representation of color #89133C: hue angle of 339.15º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89133C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB1371960-
CMYK00.860.560.46
HSL339.15º75.64%30.59%-
HSV(B)339.15º86.13%53.73%-
XYZ11.376.114.86-
YUV58.96128.59183.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.43%
GREEN value IS 19 (7.81% from 255) = 8.80%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=63.43%
G=8.80%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137196000.860.560.46339.1575.6430.59
Hex89133C056382E1534c1f
Octal21123740126705652311437
Binary100010011001111110001010110111000101110101010011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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