#540519

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

Shades of Bordeaux #540519

Tints of Bordeaux #540519

Color information

#540519 (or 0x540519) is unknown color: approx Bordeaux. HEX triplet: 54, 05 and 19. RGB value is (84,5,25). Sum of RGB (Red+Green+Blue) = 84+5+25=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #540519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540519 is #ABFAE6. Grayscale: #1E1E1E. Windows color (decimal): -11270887 or 1639764. OLE color: 1639764.

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

Color convert

RGB84525-
CMYK00.940.700.67
HSL344.81º88.76%17.45%-
HSV(B)344.81º94.05%32.94%-
XYZ3.892.061.11-
YUV30.9124.67165.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.68%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=73.68%
G=4.39%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8452500.940.700.67344.8188.7617.45
Hex5451905E46431595911
Octal124531013610610353113121
Binary1010100101110010101111010001101000011101011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540519; }

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

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

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

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

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

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

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

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