#540620

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

Shades of Bordeaux #540620

Tints of Bordeaux #540620

Color information

#540620 (or 0x540620) is unknown color: approx Bordeaux. HEX triplet: 54, 06 and 20. RGB value is (84,6,32). Sum of RGB (Red+Green+Blue) = 84+6+32=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #540620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540620 is #ABF9DF. Grayscale: #202020. Windows color (decimal): -11270624 or 2098772. OLE color: 2098772.

HSL color Cylindrical-coordinate representation of color #540620: hue angle of 340º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540620 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB84632-
CMYK00.930.620.67
HSL340º86.67%17.65%-
HSV(B)340º92.86%32.94%-
XYZ3.982.121.57-
YUV32.29127.84164.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.85%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=68.85%
G=4.92%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8463200.930.620.6734086.6717.65
Hex5462005D3E431545712
Octal12464001357610352412722
Binary1010100110100000010111011111101000011101010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540620; }

 p { color: rgb(84,6,32); }

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

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

 a { background-color: rgb(84,6,32); }

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

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

 span { border-color: rgb(84,6,32); }

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