Html Css Color HEX #890931 Burgundy

📋 copy color: '#890931'

red 137 ◦ green 9 ◦ blue 49

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

Shades of Burgundy #890931

Tints of Burgundy #890931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

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

R = 70.26%
G = 4.62%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#890931 (or 0x890931) is known color: Burgundy. HEX triplet: 89, 09 and 31. RGB value is (137,9,49). Sum of RGB (Red+Green+Blue) = 137+9+49=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #890931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890931 is #76F6CE. Grayscale: #333333. Windows color (decimal): -7796431 or 3213705. OLE color: 3213705.

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

Color convert

RGB 137 9 49 -
CMYK 0 0.93 0.64 0.46
HSL 341.25º 0.88% 0.29% -
HSV(B) 341.25º 0.93% 0.54% -
XYZ 10.97 5.74 3.43 -
YUV 51.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 137 9 49 0 0.93 0.64 0.46 341.25 0.88 0.29
Hex 89 9 31 0 5D 40 2E 155 58 1D
Octal 211 11 61 0 135 100 56 525 130 35
Binary 10001001 1001 110001 0 1011101 1000000 101110 101010101 1011000 11101

Color Harmonies of #890931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890931

Black with #890931

Text Example


Text Example

White with #890931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890931; }

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

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

background-color css

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

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

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

border-color css

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

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

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