#890438

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

Shades of Burgundy #890438

Tints of Burgundy #890438

Color information

#890438 (or 0x890438) is unknown color: approx Burgundy. HEX triplet: 89, 04 and 38. RGB value is (137,4,56). Sum of RGB (Red+Green+Blue) = 137+4+56=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #890438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890438 is #76FBC7. Grayscale: #313131. Windows color (decimal): -7797704 or 3671177. OLE color: 3671177.

HSL color Cylindrical-coordinate representation of color #890438: hue angle of 336.54º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890438 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB137456-
CMYK00.970.590.46
HSL336.54º94.33%27.65%-
HSV(B)336.54º97.08%53.73%-
XYZ11.075.694.26-
YUV49.7131.56190.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.54%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=69.54%
G=2.03%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13745600.970.590.46336.5494.3327.65
Hex894380613B2E1515e1c
Octal2114700141735652113634
Binary1000100110011100001100001111011101110101010001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890438; }

 p { color: rgb(137,4,56); }

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

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

 a { background-color: rgb(137,4,56); }

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

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

 span { border-color: rgb(137,4,56); }

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