Html Css Color HEX #890E3D Burgundy

📋 copy color: '#890E3D'

red 137 ◦ green 14 ◦ blue 61

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

Shades of Burgundy #890E3D

Tints of Burgundy #890E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.77%

R = 64.62%
G = 6.6%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#890E3D (or 0x890E3D) is known color: Burgundy. HEX triplet: 89, 0E and 3D. RGB value is (137,14,61). Sum of RGB (Red+Green+Blue) = 137+14+61=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #890E3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E3D is #76F1C2. Grayscale: #383838. Windows color (decimal): -7795139 or 4001417. OLE color: 4001417.

HSL color Cylindrical-coordinate representation of color #890E3D: hue angle of 337.07º 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 #890E3D is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 14 61 -
CMYK 0 0.90 0.55 0.46
HSL 337.07º 0.81% 0.3% -
HSV(B) 337.07º 0.9% 0.54% -
XYZ 11.32 5.97 4.97 -
YUV 56.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 137 14 61 0 0.90 0.55 0.46 337.07 0.81 0.3
Hex 89 E 3D 0 5A 37 2E 151 51 1E
Octal 211 16 75 0 132 67 56 521 121 36
Binary 10001001 1110 111101 0 1011010 110111 101110 101010001 1010001 11110

Color Harmonies of #890E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E3D

Black with #890E3D

Text Example


Text Example

White with #890E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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