#891E34

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

Shades of Shiraz #891E34

Tints of Shiraz #891E34

Color information

#891E34 (or 0x891E34) is unknown color: approx Shiraz. HEX triplet: 89, 1E and 34. RGB value is (137,30,52). Sum of RGB (Red+Green+Blue) = 137+30+52=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #891E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891E34 is #76E1CB. Grayscale: #404040. Windows color (decimal): -7791052 or 3415689. OLE color: 3415689.

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

Color convert

RGB1373052-
CMYK00.780.620.46
HSL347.66º64.07%32.75%-
HSV(B)347.66º78.1%53.73%-
XYZ11.46.493.9-
YUV64.5120.95179.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.56%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=62.56%
G=13.70%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137305200.780.620.46347.6664.0732.75
Hex891E3404E3E2E15c4021
Octal21136640116765653410041
Binary1000100111110110100010011101111101011101010111001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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