#8A0739

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

Shades of Burgundy #8A0739

Tints of Burgundy #8A0739

Color information

#8A0739 (or 0x8A0739) is unknown color: approx Burgundy. HEX triplet: 8A, 07 and 39. RGB value is (138,7,57). Sum of RGB (Red+Green+Blue) = 138+7+57=202 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.32% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0739 is #75F8C6. Grayscale: #333333. Windows color (decimal): -7731399 or 3737482. OLE color: 3737482.

HSL color Cylindrical-coordinate representation of color #8A0739: hue angle of 337.1º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0739 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB138757-
CMYK00.950.590.46
HSL337.1º90.34%28.43%-
HSV(B)337.1º94.93%54.12%-
XYZ11.35.854.4-
YUV51.87130.9189.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 68.32%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 57 (22.66% from 255) = 28.22%
R=68.32%
G=3.47%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13875700.950.590.46337.190.3428.43
Hex8A73905F3B2E1515a1c
Octal2127710137735652113234
Binary1000101011111100101011111111011101110101010001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A0739; }

 p { color: rgb(138,7,57); }

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

<style>
 a { background-color: #8A0739; }

 a { background-color: rgb(138,7,57); }

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

<style>
 span { border-color: #8A0739; }

 span { border-color: rgb(138,7,57); }

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