#890829

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

Shades of Burgundy #890829

Tints of Burgundy #890829

Color information

#890829 (or 0x890829) is unknown color: approx Burgundy. HEX triplet: 89, 08 and 29. RGB value is (137,8,41). Sum of RGB (Red+Green+Blue) = 137+8+41=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #890829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890829 is #76F7D6. Grayscale: #323232. Windows color (decimal): -7796695 or 2689161. OLE color: 2689161.

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

Color convert

RGB137841-
CMYK00.940.700.46
HSL344.65º88.97%28.43%-
HSV(B)344.65º94.16%53.73%-
XYZ10.85.652.62-
YUV50.33122.74189.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 73.66%
GREEN value IS 8 (3.52% from 255) = 4.30%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=73.66%
G=4.30%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13784100.940.700.46344.6588.9728.43
Hex8982905E462E159591c
Octal211105101361065653113134
Binary100010011000101001010111101000110101110101011001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890829; }

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

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

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

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

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

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

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

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