#89013A

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

Shades of Burgundy #89013A

Tints of Burgundy #89013A

Color information

#89013A (or 0x89013A) is unknown color: approx Burgundy. HEX triplet: 89, 01 and 3A. RGB value is (137,1,58). Sum of RGB (Red+Green+Blue) = 137+1+58=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #89013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89013A is #76FEC5. Grayscale: #303030. Windows color (decimal): -7798470 or 3801481. OLE color: 3801481.

HSL color Cylindrical-coordinate representation of color #89013A: hue angle of 334.85º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89013A is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB137158-
CMYK00.990.580.46
HSL334.85º98.55%27.06%-
HSV(B)334.85º99.27%53.73%-
XYZ11.095.654.51-
YUV48.16133.56191.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.90%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=69.90%
G=0.51%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13715800.990.580.46334.8598.5527.06
Hex8913A0633A2E14f631b
Octal2111720143725651714333
Binary10001001111101001100011111010101110101001111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,1,58); }

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

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

 a { background-color: rgb(137,1,58); }

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

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

 span { border-color: rgb(137,1,58); }

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