Html Css Color HEX #89131F Burgundy

📋 copy color: '#89131F'

red 137 ◦ green 19 ◦ blue 31

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

Shades of Burgundy #89131F

Tints of Burgundy #89131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

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

R = 73.26%
G = 10.16%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#89131F (or 0x89131F) is known color: Burgundy. HEX triplet: 89, 13 and 1F. RGB value is (137,19,31). Sum of RGB (Red+Green+Blue) = 137+19+31=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #89131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89131F is #76ECE0. Grayscale: #373737. Windows color (decimal): -7793889 or 2036617. OLE color: 2036617.

HSL color Cylindrical-coordinate representation of color #89131F: hue angle of 353.9º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89131F is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 31 -
CMYK 0 0.86 0.77 0.46
HSL 353.9º 0.76% 0.31% -
HSV(B) 353.9º 0.86% 0.54% -
XYZ 10.8 5.88 1.86 -
YUV 55.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 137 19 31 0 0.86 0.77 0.46 353.9 0.76 0.31
Hex 89 13 1F 0 56 4D 2E 162 4C 1F
Octal 211 23 37 0 126 115 56 542 114 37
Binary 10001001 10011 11111 0 1010110 1001101 101110 101100010 1001100 11111

Color Harmonies of #89131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89131F

Black with #89131F

Text Example


Text Example

White with #89131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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