Html Css Color HEX #890834 Burgundy

📋 copy color: '#890834'

red 137 ◦ green 8 ◦ blue 52

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

Shades of Burgundy #890834

Tints of Burgundy #890834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

 BLUE value IS 52 (20.7% from 255) = 26.4%

R = 69.54%
G = 4.06%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#890834 (or 0x890834) is known color: Burgundy. HEX triplet: 89, 08 and 34. RGB value is (137,8,52). Sum of RGB (Red+Green+Blue) = 137+8+52=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #890834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890834 is #76F7CB. Grayscale: #333333. Windows color (decimal): -7796684 or 3410057. OLE color: 3410057.

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

Color convert

RGB 137 8 52 -
CMYK 0 0.94 0.62 0.46
HSL 339.53º 0.89% 0.28% -
HSV(B) 339.53º 0.94% 0.54% -
XYZ 11.02 5.74 3.78 -
YUV 51.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 137 8 52 0 0.94 0.62 0.46 339.53 0.89 0.28
Hex 89 8 34 0 5E 3E 2E 154 59 1C
Octal 211 10 64 0 136 76 56 524 131 34
Binary 10001001 1000 110100 0 1011110 111110 101110 101010100 1011001 11100

Color Harmonies of #890834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890834

Black with #890834

Text Example


Text Example

White with #890834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890834; }

 p { color: rgb(137,8,52); }

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

background-color css

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

 a { background-color: rgb(137,8,52); }

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

border-color css

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

 span { border-color: rgb(137,8,52); }

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