#891239

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

Shades of Shiraz #891239

Tints of Shiraz #891239

Color information

#891239 (or 0x891239) is unknown color: approx Shiraz. HEX triplet: 89, 12 and 39. RGB value is (137,18,57). Sum of RGB (Red+Green+Blue) = 137+18+57=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #891239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891239 is #76EDC6. Grayscale: #393939. Windows color (decimal): -7794119 or 3740297. OLE color: 3740297.

HSL color Cylindrical-coordinate representation of color #891239: hue angle of 340.34º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891239 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1371857-
CMYK00.870.580.46
HSL340.34º76.77%30.39%-
HSV(B)340.34º86.86%53.73%-
XYZ11.276.054.44-
YUV58.03127.42184.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.62%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=64.62%
G=8.49%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137185700.870.580.46340.3476.7730.39
Hex8912390573A2E1544d1e
Octal21122710127725652411536
Binary100010011001011100101010111111010101110101010100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891239; }

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

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

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

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

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

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

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

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