#89053A

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

Shades of Burgundy #89053A

Tints of Burgundy #89053A

Color information

#89053A (or 0x89053A) is unknown color: approx Burgundy. HEX triplet: 89, 05 and 3A. RGB value is (137,5,58). Sum of RGB (Red+Green+Blue) = 137+5+58=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89053A is #76FAC5. Grayscale: #323232. Windows color (decimal): -7797446 or 3802505. OLE color: 3802505.

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

Color convert

RGB137558-
CMYK00.960.580.46
HSL335.91º92.96%27.84%-
HSV(B)335.91º96.35%53.73%-
XYZ11.135.734.52-
YUV50.51132.23189.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.5%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 58 (23.05% from 255) = 29%
R=68.5%
G=2.5%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13755800.960.580.46335.9192.9627.84
Hex8953A0603A2E1505d1c
Octal2115720140725652013534
Binary1000100110111101001100000111010101110101010000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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