Html Css Color HEX #891222 Burgundy

📋 copy color: '#891222'

red 137 ◦ green 18 ◦ blue 34

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

Shades of Burgundy #891222

Tints of Burgundy #891222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

 BLUE value IS 34 (13.67% from 255) = 17.99%

R = 72.49%
G = 9.52%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#891222 (or 0x891222) is known color: Burgundy. HEX triplet: 89, 12 and 22. RGB value is (137,18,34). Sum of RGB (Red+Green+Blue) = 137+18+34=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #891222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891222 is #76EDDD. Grayscale: #373737. Windows color (decimal): -7794142 or 2232969. OLE color: 2232969.

HSL color Cylindrical-coordinate representation of color #891222: hue angle of 351.93º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891222 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 34 -
CMYK 0 0.87 0.75 0.46
HSL 351.93º 0.77% 0.3% -
HSV(B) 351.93º 0.87% 0.54% -
XYZ 10.82 5.87 2.08 -
YUV 55.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 137 18 34 0 0.87 0.75 0.46 351.93 0.77 0.3
Hex 89 12 22 0 57 4B 2E 160 4D 1E
Octal 211 22 42 0 127 113 56 540 115 36
Binary 10001001 10010 100010 0 1010111 1001011 101110 101100000 1001101 11110

Color Harmonies of #891222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891222

Black with #891222

Text Example


Text Example

White with #891222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891222; }

 p { color: rgb(137,18,34); }

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

background-color css

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

 a { background-color: rgb(137,18,34); }

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

border-color css

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

 span { border-color: rgb(137,18,34); }

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