Html Css Color HEX #891E2E Shiraz

📋 copy color: '#891E2E'

red 137 ◦ green 30 ◦ blue 46

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

Shades of Shiraz #891E2E

Tints of Shiraz #891E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 64.32%
G = 14.08%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#891E2E (or 0x891E2E) is known color: Shiraz. HEX triplet: 89, 1E and 2E. RGB value is (137,30,46). Sum of RGB (Red+Green+Blue) = 137+30+46=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #891E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891E2E is #76E1D1. Grayscale: #3F3F3F. Windows color (decimal): -7791058 or 3022473. OLE color: 3022473.

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

Color convert

RGB 137 30 46 -
CMYK 0 0.78 0.66 0.46
HSL 351.03º 0.64% 0.33% -
HSV(B) 351.03º 0.78% 0.54% -
XYZ 11.27 6.44 3.23 -
YUV 63.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 137 30 46 0 0.78 0.66 0.46 351.03 0.64 0.33
Hex 89 1E 2E 0 4E 42 2E 15F 40 21
Octal 211 36 56 0 116 102 56 537 100 41
Binary 10001001 11110 101110 0 1001110 1000010 101110 101011111 1000000 100001

Color Harmonies of #891E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E2E

Black with #891E2E

Text Example


Text Example

White with #891E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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