#891B39

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

Shades of Shiraz #891B39

Tints of Shiraz #891B39

Color information

#891B39 (or 0x891B39) is unknown color: approx Shiraz. HEX triplet: 89, 1B and 39. RGB value is (137,27,57). Sum of RGB (Red+Green+Blue) = 137+27+57=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #891B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891B39 is #76E4C6. Grayscale: #3F3F3F. Windows color (decimal): -7791815 or 3742601. OLE color: 3742601.

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

Color convert

RGB1372757-
CMYK00.800.580.46
HSL343.64º67.07%32.16%-
HSV(B)343.64º80.29%53.73%-
XYZ11.456.44.5-
YUV63.31124.44180.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.99%
GREEN value IS 27 (10.94% from 255) = 12.22%
BLUE value IS 57 (22.66% from 255) = 25.79%
R=61.99%
G=12.22%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137275700.800.580.46343.6467.0732.16
Hex891B390503A2E1584320
Octal21133710120725653010340
Binary1000100111011111001010100001110101011101010110001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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