Html Css Color HEX #890331 Burgundy

📋 copy color: '#890331'

red 137 ◦ green 3 ◦ blue 49

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

Shades of Burgundy #890331

Tints of Burgundy #890331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

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

R = 72.49%
G = 1.59%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#890331 (or 0x890331) is known color: Burgundy. HEX triplet: 89, 03 and 31. RGB value is (137,3,49). Sum of RGB (Red+Green+Blue) = 137+3+49=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #890331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890331 is #76FCCE. Grayscale: #303030. Windows color (decimal): -7797967 or 3212169. OLE color: 3212169.

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

Color convert

RGB 137 3 49 -
CMYK 0 0.98 0.64 0.46
HSL 339.4º 0.96% 0.27% -
HSV(B) 339.4º 0.98% 0.54% -
XYZ 10.9 5.61 3.41 -
YUV 48.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 137 3 49 0 0.98 0.64 0.46 339.4 0.96 0.27
Hex 89 3 31 0 62 40 2E 153 60 1B
Octal 211 3 61 0 142 100 56 523 140 33
Binary 10001001 11 110001 0 1100010 1000000 101110 101010011 1100000 11011

Color Harmonies of #890331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890331

Black with #890331

Text Example


Text Example

White with #890331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890331; }

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

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

background-color css

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

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

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

border-color css

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

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

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