Html Css Color HEX #890031 Burgundy

📋 copy color: '#890031'

red 137 ◦ green 0 ◦ blue 49

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

Shades of Burgundy #890031

Tints of Burgundy #890031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 26.34%

R = 73.66%
G = 0%
B = 26.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#890031 (or 0x890031) is known color: Burgundy. HEX triplet: 89, 00 and 31. RGB value is (137,0,49). Sum of RGB (Red+Green+Blue) = 137+0+49=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #890031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890031 is #76FFCE. Grayscale: #2E2E2E. Windows color (decimal): -7798735 or 3211401. OLE color: 3211401.

HSL color Cylindrical-coordinate representation of color #890031: hue angle of 338.54º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890031 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 49 -
CMYK 0 1 0.64 0.46
HSL 338.54º 1% 0.27% -
HSV(B) 338.54º 1% 0.54% -
XYZ 10.87 5.54 3.4 -
YUV 46.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 137 0 49 0 1 0.64 0.46 338.54 1 0.27
Hex 89 0 31 0 64 40 2E 153 64 1B
Octal 211 0 61 0 144 100 56 523 144 33
Binary 10001001 0 110001 0 1100100 1000000 101110 101010011 1100100 11011

Color Harmonies of #890031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890031

Black with #890031

Text Example


Text Example

White with #890031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890031; }

 p { color: rgb(137,0,49); }

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

background-color css

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

 a { background-color: rgb(137,0,49); }

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

border-color css

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

 span { border-color: rgb(137,0,49); }

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