#891B33

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

Shades of Shiraz #891B33

Tints of Shiraz #891B33

Color information

#891B33 (or 0x891B33) is unknown color: approx Shiraz. HEX triplet: 89, 1B and 33. RGB value is (137,27,51). Sum of RGB (Red+Green+Blue) = 137+27+51=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #891B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891B33 is #76E4CC. Grayscale: #3E3E3E. Windows color (decimal): -7791821 or 3349385. OLE color: 3349385.

HSL color Cylindrical-coordinate representation of color #891B33: hue angle of 346.91º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891B33 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB1372751-
CMYK00.800.630.46
HSL346.91º67.07%32.16%-
HSV(B)346.91º80.29%53.73%-
XYZ11.316.343.76-
YUV62.63121.44181.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.72%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=63.72%
G=12.56%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137275100.800.630.46346.9167.0732.16
Hex891B330503F2E15b4320
Octal21133630120775653310340
Binary1000100111011110011010100001111111011101010110111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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