#890F2E

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

Shades of Burgundy #890F2E

Tints of Burgundy #890F2E

Color information

#890F2E (or 0x890F2E) is unknown color: approx Burgundy. HEX triplet: 89, 0F and 2E. RGB value is (137,15,46). Sum of RGB (Red+Green+Blue) = 137+15+46=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #890F2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F2E is #76F0D1. Grayscale: #373737. Windows color (decimal): -7794898 or 3018633. OLE color: 3018633.

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

Color convert

RGB1371546-
CMYK00.890.660.46
HSL344.75º80.26%29.8%-
HSV(B)344.75º89.05%53.73%-
XYZ10.985.863.14-
YUV55.01122.92186.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.19%
GREEN value IS 15 (6.25% from 255) = 7.58%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=69.19%
G=7.58%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137154600.890.660.46344.7580.2629.8
Hex89F2E059422E159501e
Octal211175601311025653112036
Binary100010011111101110010110011000010101110101011001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,15,46); }

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

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

 a { background-color: rgb(137,15,46); }

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

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

 span { border-color: rgb(137,15,46); }

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