#891D33

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

Shades of Shiraz #891D33

Tints of Shiraz #891D33

Color information

#891D33 (or 0x891D33) is unknown color: approx Shiraz. HEX triplet: 89, 1D and 33. RGB value is (137,29,51). Sum of RGB (Red+Green+Blue) = 137+29+51=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #891D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891D33 is #76E2CC. Grayscale: #3F3F3F. Windows color (decimal): -7791309 or 3349897. OLE color: 3349897.

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

Color convert

RGB1372951-
CMYK00.790.630.46
HSL347.78º65.06%32.55%-
HSV(B)347.78º78.83%53.73%-
XYZ11.356.443.78-
YUV63.8120.78180.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.13%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 51 (20.31% from 255) = 23.50%
R=63.13%
G=13.36%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137295100.790.630.46347.7865.0632.55
Hex891D3304F3F2E15c4121
Octal21135630117775653410141
Binary1000100111101110011010011111111111011101010111001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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