#890834

Color #890834 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #890834

Tints of Burgundy #890834

Color information

#890834 (or 0x890834) is unknown color: approx 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

RGB137852-
CMYK00.940.620.46
HSL339.53º88.97%28.43%-
HSV(B)339.53º94.16%53.73%-
XYZ11.025.743.78-
YUV51.59128.24188.92-

RGB Variations

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

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.70% from 255) = 26.40%
R=69.54%
G=4.06%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13785200.940.620.46339.5388.9728.43
Hex8983405E3E2E154591c
Octal21110640136765652413134
Binary10001001100011010001011110111110101110101010100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>