Html Css Color HEX #890131 Burgundy

📋 copy color: '#890131'

red 137 ◦ green 1 ◦ blue 49

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

Shades of Burgundy #890131

Tints of Burgundy #890131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 73.26%
G = 0.53%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#890131 (or 0x890131) is known color: Burgundy. HEX triplet: 89, 01 and 31. RGB value is (137,1,49). Sum of RGB (Red+Green+Blue) = 137+1+49=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #890131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890131 is #76FECE. Grayscale: #2F2F2F. Windows color (decimal): -7798479 or 3211657. OLE color: 3211657.

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

Color convert

RGB 137 1 49 -
CMYK 0 0.99 0.64 0.46
HSL 338.82º 0.99% 0.27% -
HSV(B) 338.82º 0.99% 0.54% -
XYZ 10.88 5.56 3.41 -
YUV 47.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 137 1 49 0 0.99 0.64 0.46 338.82 0.99 0.27
Hex 89 1 31 0 63 40 2E 153 63 1B
Octal 211 1 61 0 143 100 56 523 143 33
Binary 10001001 1 110001 0 1100011 1000000 101110 101010011 1100011 11011

Color Harmonies of #890131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890131

Black with #890131

Text Example


Text Example

White with #890131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890131; }

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

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

background-color css

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

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

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

border-color css

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

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

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