#891B34

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

Shades of Shiraz #891B34

Tints of Shiraz #891B34

Color information

#891B34 (or 0x891B34) is unknown color: approx Shiraz. HEX triplet: 89, 1B and 34. RGB value is (137,27,52). Sum of RGB (Red+Green+Blue) = 137+27+52=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #891B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891B34 is #76E4CB. Grayscale: #3E3E3E. Windows color (decimal): -7791820 or 3414921. OLE color: 3414921.

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

Color convert

RGB1372752-
CMYK00.800.620.46
HSL346.36º67.07%32.16%-
HSV(B)346.36º80.29%53.73%-
XYZ11.336.353.88-
YUV62.74121.94180.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.43%
GREEN value IS 27 (10.94% from 255) = 12.5%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=63.43%
G=12.5%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137275200.800.620.46346.3667.0732.16
Hex891B340503E2E15a4320
Octal21133640120765653210340
Binary1000100111011110100010100001111101011101010110101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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