#890824

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

Shades of Burgundy #890824

Tints of Burgundy #890824

Color information

#890824 (or 0x890824) is unknown color: approx Burgundy. HEX triplet: 89, 08 and 24. RGB value is (137,8,36). Sum of RGB (Red+Green+Blue) = 137+8+36=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #890824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890824 is #76F7DB. Grayscale: #313131. Windows color (decimal): -7796700 or 2361481. OLE color: 2361481.

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

Color convert

RGB137836-
CMYK00.940.740.46
HSL346.98º88.97%28.43%-
HSV(B)346.98º94.16%53.73%-
XYZ10.725.622.19-
YUV49.76120.24190.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 75.69%
GREEN value IS 8 (3.52% from 255) = 4.42%
BLUE value IS 36 (14.45% from 255) = 19.89%
R=75.69%
G=4.42%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13783600.940.740.46346.9888.9728.43
Hex8982405E4A2E15b591c
Octal211104401361125653313134
Binary100010011000100100010111101001010101110101011011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890824; }

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

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

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

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

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

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

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

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