#890A2F

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

Shades of Burgundy #890A2F

Tints of Burgundy #890A2F

Color information

#890A2F (or 0x890A2F) is unknown color: approx Burgundy. HEX triplet: 89, 0A and 2F. RGB value is (137,10,47). Sum of RGB (Red+Green+Blue) = 137+10+47=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #890A2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A2F is #76F5D0. Grayscale: #343434. Windows color (decimal): -7796177 or 3082889. OLE color: 3082889.

HSL color Cylindrical-coordinate representation of color #890A2F: hue angle of 342.52º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A2F is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1371047-
CMYK00.930.660.46
HSL342.52º86.39%28.82%-
HSV(B)342.52º92.7%53.73%-
XYZ10.945.743.22-
YUV52.19125.08188.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.62%
GREEN value IS 10 (4.30% from 255) = 5.15%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=70.62%
G=5.15%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137104700.930.660.46342.5286.3928.82
Hex89A2F05D422E157561d
Octal211125701351025652712635
Binary100010011010101111010111011000010101110101010111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890A2F; }

 p { color: rgb(137,10,47); }

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

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

 a { background-color: rgb(137,10,47); }

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

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

 span { border-color: rgb(137,10,47); }

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