#890734

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

Shades of Burgundy #890734

Tints of Burgundy #890734

Color information

#890734 (or 0x890734) is unknown color: approx Burgundy. HEX triplet: 89, 07 and 34. RGB value is (137,7,52). Sum of RGB (Red+Green+Blue) = 137+7+52=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #890734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890734 is #76F8CB. Grayscale: #323232. Windows color (decimal): -7796940 or 3409801. OLE color: 3409801.

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

Color convert

RGB137752-
CMYK00.950.620.46
HSL339.23º90.28%28.24%-
HSV(B)339.23º94.89%53.73%-
XYZ11.015.723.77-
YUV51128.57189.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.90%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 52 (20.70% from 255) = 26.53%
R=69.90%
G=3.57%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13775200.950.620.46339.2390.2828.24
Hex8973405F3E2E1535a1c
Octal2117640137765652313234
Binary1000100111111010001011111111110101110101010011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890734; }

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

 H1.HeaderClassName
 {
   color: #890734;
 }
 .AnyTagClassName
 {
   color: #890734;
 }
</style>
background-color css

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

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

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

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

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

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