Html Css Color HEX #89112F Burgundy

📋 copy color: '#89112F'

red 137 ◦ green 17 ◦ blue 47

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

Shades of Burgundy #89112F

Tints of Burgundy #89112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.38%

R = 68.16%
G = 8.46%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89112F (or 0x89112F) is known color: Burgundy. HEX triplet: 89, 11 and 2F. RGB value is (137,17,47). Sum of RGB (Red+Green+Blue) = 137+17+47=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89112F is #76EED0. Grayscale: #383838. Windows color (decimal): -7794385 or 3084681. OLE color: 3084681.

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

Color convert

RGB 137 17 47 -
CMYK 0 0.88 0.66 0.46
HSL 345º 0.78% 0.3% -
HSV(B) 345º 0.88% 0.54% -
XYZ 11.03 5.92 3.25 -
YUV 56.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 137 17 47 0 0.88 0.66 0.46 345 0.78 0.3
Hex 89 11 2F 0 58 42 2E 159 4E 1E
Octal 211 21 57 0 130 102 56 531 116 36
Binary 10001001 10001 101111 0 1011000 1000010 101110 101011001 1001110 11110

Color Harmonies of #89112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89112F

Black with #89112F

Text Example


Text Example

White with #89112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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