#890823

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

Shades of Burgundy #890823

Tints of Burgundy #890823

Color information

#890823 (or 0x890823) is unknown color: approx Burgundy. HEX triplet: 89, 08 and 23. RGB value is (137,8,35). Sum of RGB (Red+Green+Blue) = 137+8+35=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #890823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890823 is #76F7DC. Grayscale: #313131. Windows color (decimal): -7796701 or 2295945. OLE color: 2295945.

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

Color convert

RGB137835-
CMYK00.940.740.46
HSL347.44º88.97%28.43%-
HSV(B)347.44º94.16%53.73%-
XYZ10.715.612.11-
YUV49.65119.74190.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.11%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 35 (14.06% from 255) = 19.44%
R=76.11%
G=4.44%
B=19.44%

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
Decimal13783500.940.740.46347.4488.9728.43
Hex8982305E4A2E15b591c
Octal211104301361125653313134
Binary100010011000100011010111101001010101110101011011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890823; }

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

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

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

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

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

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

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

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