Html Css Color HEX #891E35 Shiraz

📋 copy color: '#891E35'

red 137 ◦ green 30 ◦ blue 53

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

Shades of Shiraz #891E35

Tints of Shiraz #891E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 62.27%
G = 13.64%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#891E35 (or 0x891E35) is known color: Shiraz. HEX triplet: 89, 1E and 35. RGB value is (137,30,53). Sum of RGB (Red+Green+Blue) = 137+30+53=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #891E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891E35 is #76E1CA. Grayscale: #404040. Windows color (decimal): -7791051 or 3481225. OLE color: 3481225.

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

Color convert

RGB 137 30 53 -
CMYK 0 0.78 0.61 0.46
HSL 347.1º 0.64% 0.33% -
HSV(B) 347.1º 0.78% 0.54% -
XYZ 11.42 6.5 4.02 -
YUV 64.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 137 30 53 0 0.78 0.61 0.46 347.1 0.64 0.33
Hex 89 1E 35 0 4E 3D 2E 15B 40 21
Octal 211 36 65 0 116 75 56 533 100 41
Binary 10001001 11110 110101 0 1001110 111101 101110 101011011 1000000 100001

Color Harmonies of #891E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E35

Black with #891E35

Text Example


Text Example

White with #891E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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