Html Css Color HEX #891439 Shiraz

📋 copy color: '#891439'

red 137 ◦ green 20 ◦ blue 57

#891439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #891439

Tints of Shiraz #891439

RGB

 RED value IS 137 (53.91% from 255) = 64.02%

 GREEN value IS 20 (8.2% from 255) = 9.35%

 BLUE value IS 57 (22.66% from 255) = 26.64%

R = 64.02%
G = 9.35%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#891439 (or 0x891439) is known color: Shiraz. HEX triplet: 89, 14 and 39. RGB value is (137,20,57). Sum of RGB (Red+Green+Blue) = 137+20+57=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #891439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891439 is #76EBC6. Grayscale: #3B3B3B. Windows color (decimal): -7793607 or 3740809. OLE color: 3740809.

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

Color convert

RGB 137 20 57 -
CMYK 0 0.85 0.58 0.46
HSL 341.03º 0.75% 0.31% -
HSV(B) 341.03º 0.85% 0.54% -
XYZ 11.31 6.11 4.46 -
YUV 59.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 137 20 57 0 0.85 0.58 0.46 341.03 0.75 0.31
Hex 89 14 39 0 55 3A 2E 155 4B 1F
Octal 211 24 71 0 125 72 56 525 113 37
Binary 10001001 10100 111001 0 1010101 111010 101110 101010101 1001011 11111

Color Harmonies of #891439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891439

Black with #891439

Text Example


Text Example

White with #891439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891439; }

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

 H1.HeaderClassName
 {
   color: #891439;
 }
 .AnyTagClassName
 {
   color: #891439;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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