Html Css Color HEX #891121 Burgundy

📋 copy color: '#891121'

red 137 ◦ green 17 ◦ blue 33

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

Shades of Burgundy #891121

Tints of Burgundy #891121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 33 (13.28% from 255) = 17.65%

R = 73.26%
G = 9.09%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#891121 (or 0x891121) is known color: Burgundy. HEX triplet: 89, 11 and 21. RGB value is (137,17,33). Sum of RGB (Red+Green+Blue) = 137+17+33=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #891121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891121 is #76EEDE. Grayscale: #363636. Windows color (decimal): -7794399 or 2167177. OLE color: 2167177.

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

Color convert

RGB 137 17 33 -
CMYK 0 0.88 0.76 0.46
HSL 352º 0.78% 0.3% -
HSV(B) 352º 0.88% 0.54% -
XYZ 10.79 5.83 2 -
YUV 54.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 137 17 33 0 0.88 0.76 0.46 352 0.78 0.3
Hex 89 11 21 0 58 4C 2E 160 4E 1E
Octal 211 21 41 0 130 114 56 540 116 36
Binary 10001001 10001 100001 0 1011000 1001100 101110 101100000 1001110 11110

Color Harmonies of #891121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891121

Black with #891121

Text Example


Text Example

White with #891121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891121; }

 p { color: rgb(137,17,33); }

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

background-color css

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

 a { background-color: rgb(137,17,33); }

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

border-color css

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

 span { border-color: rgb(137,17,33); }

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