#891D34

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

Shades of Shiraz #891D34

Tints of Shiraz #891D34

Color information

#891D34 (or 0x891D34) is unknown color: approx Shiraz. HEX triplet: 89, 1D and 34. RGB value is (137,29,52). Sum of RGB (Red+Green+Blue) = 137+29+52=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #891D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891D34 is #76E2CB. Grayscale: #3F3F3F. Windows color (decimal): -7791308 or 3415433. OLE color: 3415433.

HSL color Cylindrical-coordinate representation of color #891D34: hue angle of 347.22º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #891D34 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1372952-
CMYK00.790.620.46
HSL347.22º65.06%32.55%-
HSV(B)347.22º78.83%53.73%-
XYZ11.386.453.89-
YUV63.91121.28180.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.84%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=62.84%
G=13.30%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137295200.790.620.46347.2265.0632.55
Hex891D3404F3E2E15b4121
Octal21135640117765653310141
Binary1000100111101110100010011111111101011101010110111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891D34; }

 p { color: rgb(137,29,52); }

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

<style>
 a { background-color: #891D34; }

 a { background-color: rgb(137,29,52); }

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

<style>
 span { border-color: #891D34; }

 span { border-color: rgb(137,29,52); }

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