Html Css Color HEX #891123 Burgundy

📋 copy color: '#891123'

red 137 ◦ green 17 ◦ blue 35

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

Shades of Burgundy #891123

Tints of Burgundy #891123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.52%

R = 72.49%
G = 8.99%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#891123 (or 0x891123) is known color: Burgundy. HEX triplet: 89, 11 and 23. RGB value is (137,17,35). Sum of RGB (Red+Green+Blue) = 137+17+35=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #891123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891123 is #76EEDC. Grayscale: #363636. Windows color (decimal): -7794397 or 2298249. OLE color: 2298249.

HSL color Cylindrical-coordinate representation of color #891123: hue angle of 351º 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 #891123 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 35 -
CMYK 0 0.88 0.74 0.46
HSL 351º 0.78% 0.3% -
HSV(B) 351º 0.88% 0.54% -
XYZ 10.82 5.84 2.15 -
YUV 54.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 137 17 35 0 0.88 0.74 0.46 351 0.78 0.3
Hex 89 11 23 0 58 4A 2E 15F 4E 1E
Octal 211 21 43 0 130 112 56 537 116 36
Binary 10001001 10001 100011 0 1011000 1001010 101110 101011111 1001110 11110

Color Harmonies of #891123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891123

Black with #891123

Text Example


Text Example

White with #891123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891123; }

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

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

background-color css

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

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

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

border-color css

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

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

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