#890E2F

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

Shades of Burgundy #890E2F

Tints of Burgundy #890E2F

Color information

#890E2F (or 0x890E2F) is unknown color: approx Burgundy. HEX triplet: 89, 0E and 2F. RGB value is (137,14,47). Sum of RGB (Red+Green+Blue) = 137+14+47=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #890E2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E2F is #76F1D0. Grayscale: #363636. Windows color (decimal): -7795153 or 3083913. OLE color: 3083913.

HSL color Cylindrical-coordinate representation of color #890E2F: hue angle of 343.9º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E2F is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1371447-
CMYK00.900.660.46
HSL343.9º81.46%29.61%-
HSV(B)343.9º89.78%53.73%-
XYZ10.995.843.24-
YUV54.54123.75186.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.19%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=69.19%
G=7.07%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137144700.900.660.46343.981.4629.61
Hex89E2F05A422E158511e
Octal211165701321025653012136
Binary100010011110101111010110101000010101110101011000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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