#89143C

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

Shades of Shiraz #89143C

Tints of Shiraz #89143C

Color information

#89143C (or 0x89143C) is unknown color: approx Shiraz. HEX triplet: 89, 14 and 3C. RGB value is (137,20,60). Sum of RGB (Red+Green+Blue) = 137+20+60=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #89143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89143C is #76EBC3. Grayscale: #3B3B3B. Windows color (decimal): -7793604 or 3937417. OLE color: 3937417.

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

Color convert

RGB1372060-
CMYK00.850.560.46
HSL339.49º74.52%30.78%-
HSV(B)339.49º85.4%53.73%-
XYZ11.386.144.86-
YUV59.54128.26183.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.13%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=63.13%
G=9.22%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137206000.850.560.46339.4974.5230.78
Hex89143C055382E1534b1f
Octal21124740125705652311337
Binary100010011010011110001010101111000101110101010011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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