#890820

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

Shades of Burgundy #890820

Tints of Burgundy #890820

Color information

#890820 (or 0x890820) is unknown color: approx Burgundy. HEX triplet: 89, 08 and 20. RGB value is (137,8,32). Sum of RGB (Red+Green+Blue) = 137+8+32=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #890820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890820 is #76F7DF. Grayscale: #313131. Windows color (decimal): -7796704 or 2099337. OLE color: 2099337.

HSL color Cylindrical-coordinate representation of color #890820: hue angle of 348.84º 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 #890820 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB137832-
CMYK00.940.770.46
HSL348.84º88.97%28.43%-
HSV(B)348.84º94.16%53.73%-
XYZ10.665.61.88-
YUV49.31118.24190.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 77.40%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=77.40%
G=4.52%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13783200.940.770.46348.8488.9728.43
Hex8982005E4D2E15d591c
Octal211104001361155653513134
Binary100010011000100000010111101001101101110101011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890820; }

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

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

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

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

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

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

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

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