Html Css Color HEX #891E32 Shiraz

📋 copy color: '#891E32'

red 137 ◦ green 30 ◦ blue 50

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

Shades of Shiraz #891E32

Tints of Shiraz #891E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.82%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 63.13%
G = 13.82%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#891E32 (or 0x891E32) is known color: Shiraz. HEX triplet: 89, 1E and 32. RGB value is (137,30,50). Sum of RGB (Red+Green+Blue) = 137+30+50=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #891E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891E32 is #76E1CD. Grayscale: #404040. Windows color (decimal): -7791054 or 3284617. OLE color: 3284617.

HSL color Cylindrical-coordinate representation of color #891E32: hue angle of 348.79º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #891E32 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 30 50 -
CMYK 0 0.78 0.64 0.46
HSL 348.79º 0.64% 0.33% -
HSV(B) 348.79º 0.78% 0.54% -
XYZ 11.36 6.48 3.67 -
YUV 64.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 137 30 50 0 0.78 0.64 0.46 348.79 0.64 0.33
Hex 89 1E 32 0 4E 40 2E 15D 40 21
Octal 211 36 62 0 116 100 56 535 100 41
Binary 10001001 11110 110010 0 1001110 1000000 101110 101011101 1000000 100001

Color Harmonies of #891E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E32

Black with #891E32

Text Example


Text Example

White with #891E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,30,50); }

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

background-color css

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

 a { background-color: rgb(137,30,50); }

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

border-color css

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

 span { border-color: rgb(137,30,50); }

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