Html Css Color HEX #891326 Burgundy

📋 copy color: '#891326'

red 137 ◦ green 19 ◦ blue 38

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

Shades of Burgundy #891326

Tints of Burgundy #891326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.79%

 BLUE value IS 38 (15.23% from 255) = 19.59%

R = 70.62%
G = 9.79%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#891326 (or 0x891326) is known color: Burgundy. HEX triplet: 89, 13 and 26. RGB value is (137,19,38). Sum of RGB (Red+Green+Blue) = 137+19+38=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #891326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891326 is #76ECD9. Grayscale: #383838. Windows color (decimal): -7793882 or 2495369. OLE color: 2495369.

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

Color convert

RGB 137 19 38 -
CMYK 0 0.86 0.72 0.46
HSL 350.34º 0.76% 0.31% -
HSV(B) 350.34º 0.86% 0.54% -
XYZ 10.9 5.92 2.4 -
YUV 56.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 137 19 38 0 0.86 0.72 0.46 350.34 0.76 0.31
Hex 89 13 26 0 56 48 2E 15E 4C 1F
Octal 211 23 46 0 126 110 56 536 114 37
Binary 10001001 10011 100110 0 1010110 1001000 101110 101011110 1001100 11111

Color Harmonies of #891326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891326

Black with #891326

Text Example


Text Example

White with #891326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891326; }

 p { color: rgb(137,19,38); }

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

background-color css

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

 a { background-color: rgb(137,19,38); }

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

border-color css

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

 span { border-color: rgb(137,19,38); }

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