Html Css Color HEX #89111F Burgundy

📋 copy color: '#89111F'

red 137 ◦ green 17 ◦ blue 31

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

Shades of Burgundy #89111F

Tints of Burgundy #89111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.76%

R = 74.05%
G = 9.19%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#89111F (or 0x89111F) is known color: Burgundy. HEX triplet: 89, 11 and 1F. RGB value is (137,17,31). Sum of RGB (Red+Green+Blue) = 137+17+31=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89111F is #76EEE0. Grayscale: #363636. Windows color (decimal): -7794401 or 2036105. OLE color: 2036105.

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

Color convert

RGB 137 17 31 -
CMYK 0 0.88 0.77 0.46
HSL 353º 0.78% 0.3% -
HSV(B) 353º 0.88% 0.54% -
XYZ 10.76 5.82 1.85 -
YUV 54.48 114.76 186.86 -
System Red Green Blue C M Y K H S L
Decimal 137 17 31 0 0.88 0.77 0.46 353 0.78 0.3
Hex 89 11 1F 0 58 4D 2E 161 4E 1E
Octal 211 21 37 0 130 115 56 541 116 36
Binary 10001001 10001 11111 0 1011000 1001101 101110 101100001 1001110 11110

Color Harmonies of #89111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89111F

Black with #89111F

Text Example


Text Example

White with #89111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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