#891E30

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

Shades of Shiraz #891E30

Tints of Shiraz #891E30

Color information

#891E30 (or 0x891E30) is unknown color: approx Shiraz. HEX triplet: 89, 1E and 30. RGB value is (137,30,48). Sum of RGB (Red+Green+Blue) = 137+30+48=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #891E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891E30 is #76E1CF. Grayscale: #404040. Windows color (decimal): -7791056 or 3153545. OLE color: 3153545.

HSL color Cylindrical-coordinate representation of color #891E30: hue angle of 349.91º 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 #891E30 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB1373048-
CMYK00.780.650.46
HSL349.91º64.07%32.75%-
HSV(B)349.91º78.1%53.73%-
XYZ11.316.463.45-
YUV64.04118.95180.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.72%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=63.72%
G=13.95%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137304800.780.650.46349.9164.0732.75
Hex891E3004E412E15e4021
Octal211366001161015653610041
Binary10001001111101100000100111010000011011101010111101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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