Html Css Color HEX #891124 Burgundy

📋 copy color: '#891124'

red 137 ◦ green 17 ◦ blue 36

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

Shades of Burgundy #891124

Tints of Burgundy #891124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.95%

R = 72.11%
G = 8.95%
B = 18.95%

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

#891124 (or 0x891124) is known color: Burgundy. HEX triplet: 89, 11 and 24. RGB value is (137,17,36). Sum of RGB (Red+Green+Blue) = 137+17+36=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #891124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891124 is #76EEDB. Grayscale: #373737. Windows color (decimal): -7794396 or 2363785. OLE color: 2363785.

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

Color convert

RGB 137 17 36 -
CMYK 0 0.88 0.74 0.46
HSL 350.5º 0.78% 0.3% -
HSV(B) 350.5º 0.88% 0.54% -
XYZ 10.84 5.85 2.23 -
YUV 55.05 117.26 186.46 -
System Red Green Blue C M Y K H S L
Decimal 137 17 36 0 0.88 0.74 0.46 350.5 0.78 0.3
Hex 89 11 24 0 58 4A 2E 15E 4E 1E
Octal 211 21 44 0 130 112 56 536 116 36
Binary 10001001 10001 100100 0 1011000 1001010 101110 101011110 1001110 11110

Color Harmonies of #891124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891124

Black with #891124

Text Example


Text Example

White with #891124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891124; }

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

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

background-color css

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

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

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

border-color css

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

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

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