Html Css Color HEX #890436 Burgundy

📋 copy color: '#890436'

red 137 ◦ green 4 ◦ blue 54

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

Shades of Burgundy #890436

Tints of Burgundy #890436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 54 (21.48% from 255) = 27.69%

R = 70.26%
G = 2.05%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#890436 (or 0x890436) is known color: Burgundy. HEX triplet: 89, 04 and 36. RGB value is (137,4,54). Sum of RGB (Red+Green+Blue) = 137+4+54=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #890436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890436 is #76FBC9. Grayscale: #313131. Windows color (decimal): -7797706 or 3540105. OLE color: 3540105.

HSL color Cylindrical-coordinate representation of color #890436: hue angle of 337.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890436 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 54 -
CMYK 0 0.97 0.61 0.46
HSL 337.44º 0.94% 0.28% -
HSV(B) 337.44º 0.97% 0.54% -
XYZ 11.03 5.67 4 -
YUV 49.47 130.56 190.43 -
System Red Green Blue C M Y K H S L
Decimal 137 4 54 0 0.97 0.61 0.46 337.44 0.94 0.28
Hex 89 4 36 0 61 3D 2E 151 5E 1C
Octal 211 4 66 0 141 75 56 521 136 34
Binary 10001001 100 110110 0 1100001 111101 101110 101010001 1011110 11100

Color Harmonies of #890436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890436

Black with #890436

Text Example


Text Example

White with #890436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890436; }

 p { color: rgb(137,4,54); }

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

background-color css

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

 a { background-color: rgb(137,4,54); }

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

border-color css

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

 span { border-color: rgb(137,4,54); }

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