#89042A

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

Shades of Burgundy #89042A

Tints of Burgundy #89042A

Color information

#89042A (or 0x89042A) is unknown color: approx Burgundy. HEX triplet: 89, 04 and 2A. RGB value is (137,4,42). Sum of RGB (Red+Green+Blue) = 137+4+42=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #89042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89042A is #76FBD5. Grayscale: #303030. Windows color (decimal): -7797718 or 2753673. OLE color: 2753673.

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

Color convert

RGB137442-
CMYK00.970.690.46
HSL342.86º94.33%27.65%-
HSV(B)342.86º97.08%53.73%-
XYZ10.785.572.7-
YUV48.1124.56191.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.86%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=74.86%
G=2.19%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13744200.970.690.46342.8694.3327.65
Hex8942A061452E1575e1c
Octal21145201411055652713634
Binary10001001100101010011000011000101101110101010111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89042A; }

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

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

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

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

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

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

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

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