#890F2A

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

Shades of Burgundy #890F2A

Tints of Burgundy #890F2A

Color information

#890F2A (or 0x890F2A) is unknown color: approx Burgundy. HEX triplet: 89, 0F and 2A. RGB value is (137,15,42). Sum of RGB (Red+Green+Blue) = 137+15+42=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #890F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F2A is #76F0D5. Grayscale: #363636. Windows color (decimal): -7794902 or 2756489. OLE color: 2756489.

HSL color Cylindrical-coordinate representation of color #890F2A: hue angle of 346.72º 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 #890F2A is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1371542-
CMYK00.890.690.46
HSL346.72º80.26%29.8%-
HSV(B)346.72º89.05%53.73%-
XYZ10.915.832.74-
YUV54.56120.92186.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.62%
GREEN value IS 15 (6.25% from 255) = 7.73%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=70.62%
G=7.73%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137154200.890.690.46346.7280.2629.8
Hex89F2A059452E15b501e
Octal211175201311055653312036
Binary100010011111101010010110011000101101110101011011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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