#540624

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

Shades of Bordeaux #540624

Tints of Bordeaux #540624

Color information

#540624 (or 0x540624) is unknown color: approx Bordeaux. HEX triplet: 54, 06 and 24. RGB value is (84,6,36). Sum of RGB (Red+Green+Blue) = 84+6+36=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #540624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540624 is #ABF9DB. Grayscale: #202020. Windows color (decimal): -11270620 or 2360916. OLE color: 2360916.

HSL color Cylindrical-coordinate representation of color #540624: hue angle of 336.92º 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 #540624 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB84636-
CMYK00.930.570.67
HSL336.92º86.67%17.65%-
HSV(B)336.92º92.86%32.94%-
XYZ4.042.141.87-
YUV32.74129.84164.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.67%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=66.67%
G=4.76%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8463600.930.570.67336.9286.6717.65
Hex5462405D39431515712
Octal12464401357110352112722
Binary1010100110100100010111011110011000011101010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540624; }

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

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

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

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

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

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

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

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