Html Css Color HEX #890E3A Burgundy

📋 copy color: '#890E3A'

red 137 ◦ green 14 ◦ blue 58

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

Shades of Burgundy #890E3A

Tints of Burgundy #890E3A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.7%

 BLUE value IS 58 (23.05% from 255) = 27.75%

R = 65.55%
G = 6.7%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#890E3A (or 0x890E3A) is known color: Burgundy. HEX triplet: 89, 0E and 3A. RGB value is (137,14,58). Sum of RGB (Red+Green+Blue) = 137+14+58=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #890E3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E3A is #76F1C5. Grayscale: #373737. Windows color (decimal): -7795142 or 3804809. OLE color: 3804809.

HSL color Cylindrical-coordinate representation of color #890E3A: hue angle of 338.54º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E3A is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 14 58 -
CMYK 0 0.90 0.58 0.46
HSL 338.54º 0.81% 0.3% -
HSV(B) 338.54º 0.9% 0.54% -
XYZ 11.24 5.94 4.56 -
YUV 55.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 137 14 58 0 0.90 0.58 0.46 338.54 0.81 0.3
Hex 89 E 3A 0 5A 3A 2E 153 51 1E
Octal 211 16 72 0 132 72 56 523 121 36
Binary 10001001 1110 111010 0 1011010 111010 101110 101010011 1010001 11110

Color Harmonies of #890E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E3A

Black with #890E3A

Text Example


Text Example

White with #890E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890E3A; }

 p { color: rgb(137,14,58); }

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

background-color css

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

 a { background-color: rgb(137,14,58); }

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

border-color css

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

 span { border-color: rgb(137,14,58); }

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