#89102A

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

Shades of Burgundy #89102A

Tints of Burgundy #89102A

Color information

#89102A (or 0x89102A) is unknown color: approx Burgundy. HEX triplet: 89, 10 and 2A. RGB value is (137,16,42). Sum of RGB (Red+Green+Blue) = 137+16+42=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #89102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89102A is #76EFD5. Grayscale: #373737. Windows color (decimal): -7794646 or 2756745. OLE color: 2756745.

HSL color Cylindrical-coordinate representation of color #89102A: hue angle of 347.11º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89102A is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1371642-
CMYK00.880.690.46
HSL347.11º79.08%30%-
HSV(B)347.11º88.32%53.73%-
XYZ10.925.862.75-
YUV55.14120.59186.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.26%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=70.26%
G=8.21%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137164200.880.690.46347.1179.0830
Hex89102A058452E15b4f1e
Octal211205201301055653311736
Binary1000100110000101010010110001000101101110101011011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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