Html Css Color HEX #891436 Shiraz

📋 copy color: '#891436'

red 137 ◦ green 20 ◦ blue 54

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

Shades of Shiraz #891436

Tints of Shiraz #891436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 64.93%
G = 9.48%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#891436 (or 0x891436) is known color: Shiraz. HEX triplet: 89, 14 and 36. RGB value is (137,20,54). Sum of RGB (Red+Green+Blue) = 137+20+54=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #891436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891436 is #76EBC9. Grayscale: #3A3A3A. Windows color (decimal): -7793610 or 3544201. OLE color: 3544201.

HSL color Cylindrical-coordinate representation of color #891436: hue angle of 342.56º 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 #891436 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 54 -
CMYK 0 0.85 0.61 0.46
HSL 342.56º 0.75% 0.31% -
HSV(B) 342.56º 0.85% 0.54% -
XYZ 11.23 6.09 4.07 -
YUV 58.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 137 20 54 0 0.85 0.61 0.46 342.56 0.75 0.31
Hex 89 14 36 0 55 3D 2E 157 4B 1F
Octal 211 24 66 0 125 75 56 527 113 37
Binary 10001001 10100 110110 0 1010101 111101 101110 101010111 1001011 11111

Color Harmonies of #891436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891436

Black with #891436

Text Example


Text Example

White with #891436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891436; }

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

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

background-color css

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

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

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

border-color css

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

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

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