#540516

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

Shades of Bordeaux #540516

Tints of Bordeaux #540516

Color information

#540516 (or 0x540516) is unknown color: approx Bordeaux. HEX triplet: 54, 05 and 16. RGB value is (84,5,22). Sum of RGB (Red+Green+Blue) = 84+5+22=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #540516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540516 is #ABFAE9. Grayscale: #1E1E1E. Windows color (decimal): -11270890 or 1443156. OLE color: 1443156.

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

Color convert

RGB84522-
CMYK00.940.740.67
HSL347.09º88.76%17.45%-
HSV(B)347.09º94.05%32.94%-
XYZ3.862.050.95-
YUV30.56123.17166.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 75.68%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 22 (8.98% from 255) = 19.82%
R=75.68%
G=4.50%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8452200.940.740.67347.0988.7617.45
Hex5451605E4A4315b5911
Octal124526013611210353313121
Binary1010100101101100101111010010101000011101011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540516; }

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

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

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

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

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

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

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

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