#890840

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

Shades of Burgundy #890840

Tints of Burgundy #890840

Color information

#890840 (or 0x890840) is unknown color: approx Burgundy. HEX triplet: 89, 08 and 40. RGB value is (137,8,64). Sum of RGB (Red+Green+Blue) = 137+8+64=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #890840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890840 is #76F7BF. Grayscale: #343434. Windows color (decimal): -7796672 or 4196489. OLE color: 4196489.

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

Color convert

RGB137864-
CMYK00.940.530.46
HSL333.95º88.97%28.43%-
HSV(B)333.95º94.16%53.73%-
XYZ11.335.865.38-
YUV52.96134.24187.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 65.55%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=65.55%
G=3.83%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13786400.940.530.46333.9588.9728.43
Hex8984005E352E14e591c
Octal211101000136655651613134
Binary100010011000100000001011110110101101110101001110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890840; }

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

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

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

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

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

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

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

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