#540514

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

Shades of Bordeaux #540514

Tints of Bordeaux #540514

Color information

#540514 (or 0x540514) is unknown color: approx Bordeaux. HEX triplet: 54, 05 and 14. RGB value is (84,5,20). Sum of RGB (Red+Green+Blue) = 84+5+20=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540514 is #ABFAEB. Grayscale: #1E1E1E. Windows color (decimal): -11270892 or 1312084. OLE color: 1312084.

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

Color convert

RGB84520-
CMYK00.940.760.67
HSL348.61º88.76%17.45%-
HSV(B)348.61º94.05%32.94%-
XYZ3.842.040.85-
YUV30.33122.17166.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.06%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 20 (8.20% from 255) = 18.35%
R=77.06%
G=4.59%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8452000.940.760.67348.6188.7617.45
Hex5451405E4C4315d5911
Octal124524013611410353513121
Binary1010100101101000101111010011001000011101011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540514; }

 p { color: rgb(84,5,20); }

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

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

 a { background-color: rgb(84,5,20); }

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

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

 span { border-color: rgb(84,5,20); }

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