#8A0540

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

Shades of Burgundy #8A0540

Tints of Burgundy #8A0540

Color information

#8A0540 (or 0x8A0540) is unknown color: approx Burgundy. HEX triplet: 8A, 05 and 40. RGB value is (138,5,64). Sum of RGB (Red+Green+Blue) = 138+5+64=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0540 is #75FABF. Grayscale: #333333. Windows color (decimal): -7731904 or 4195722. OLE color: 4195722.

HSL color Cylindrical-coordinate representation of color #8A0540: hue angle of 333.38º 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 #8A0540 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB138564-
CMYK00.960.540.46
HSL333.38º93.01%28.04%-
HSV(B)333.38º96.38%54.12%-
XYZ11.465.885.38-
YUV51.49135.06189.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=66.67%
G=2.42%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13856400.960.540.46333.3893.0128.04
Hex8A540060362E14d5d1c
Octal21251000140665651513534
Binary10001010101100000001100000110110101110101001101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,5,64); }

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

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

 a { background-color: rgb(138,5,64); }

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

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

 span { border-color: rgb(138,5,64); }

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