#540311

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

Shades of Bordeaux #540311

Tints of Bordeaux #540311

Color information

#540311 (or 0x540311) is unknown color: approx Bordeaux. HEX triplet: 54, 03 and 11. RGB value is (84,3,17). Sum of RGB (Red+Green+Blue) = 84+3+17=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #540311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540311 is #ABFCEE. Grayscale: #1C1C1C. Windows color (decimal): -11271407 or 1114964. OLE color: 1114964.

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

Color convert

RGB84317-
CMYK00.960.800.67
HSL349.63º93.1%17.06%-
HSV(B)349.63º96.43%32.94%-
XYZ3.791.990.71-
YUV28.82121.34167.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 80.77%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=80.77%
G=2.88%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8431700.960.800.67349.6393.117.06
Hex54311060504315e5d11
Octal124321014012010353613521
Binary101010011100010110000010100001000011101011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540311; }

 p { color: rgb(84,3,17); }

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

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

 a { background-color: rgb(84,3,17); }

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

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

 span { border-color: rgb(84,3,17); }

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