#890822

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

Shades of Burgundy #890822

Tints of Burgundy #890822

Color information

#890822 (or 0x890822) is unknown color: approx Burgundy. HEX triplet: 89, 08 and 22. RGB value is (137,8,34). Sum of RGB (Red+Green+Blue) = 137+8+34=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #890822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890822 is #76F7DD. Grayscale: #313131. Windows color (decimal): -7796702 or 2230409. OLE color: 2230409.

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

Color convert

RGB137834-
CMYK00.940.750.46
HSL347.91º88.97%28.43%-
HSV(B)347.91º94.16%53.73%-
XYZ10.695.612.03-
YUV49.54119.24190.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.54%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 34 (13.67% from 255) = 18.99%
R=76.54%
G=4.47%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13783400.940.750.46347.9188.9728.43
Hex8982205E4B2E15c591c
Octal211104201361135653413134
Binary100010011000100010010111101001011101110101011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890822; }

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

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

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

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

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

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

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

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