Html Css Color HEX #89112C Burgundy

📋 copy color: '#89112C'

red 137 ◦ green 17 ◦ blue 44

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

Shades of Burgundy #89112C

Tints of Burgundy #89112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.22%

R = 69.19%
G = 8.59%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89112C (or 0x89112C) is known color: Burgundy. HEX triplet: 89, 11 and 2C. RGB value is (137,17,44). Sum of RGB (Red+Green+Blue) = 137+17+44=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #89112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89112C is #76EED3. Grayscale: #373737. Windows color (decimal): -7794388 or 2888073. OLE color: 2888073.

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

Color convert

RGB 137 17 44 -
CMYK 0 0.88 0.68 0.46
HSL 346.5º 0.78% 0.3% -
HSV(B) 346.5º 0.88% 0.54% -
XYZ 10.97 5.9 2.94 -
YUV 55.96 121.26 185.8 -
System Red Green Blue C M Y K H S L
Decimal 137 17 44 0 0.88 0.68 0.46 346.5 0.78 0.3
Hex 89 11 2C 0 58 44 2E 15A 4E 1E
Octal 211 21 54 0 130 104 56 532 116 36
Binary 10001001 10001 101100 0 1011000 1000100 101110 101011010 1001110 11110

Color Harmonies of #89112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89112C

Black with #89112C

Text Example


Text Example

White with #89112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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