#540D14

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

Shades of Bordeaux #540D14

Tints of Bordeaux #540D14

Color information

#540D14 (or 0x540D14) is unknown color: approx Bordeaux. HEX triplet: 54, 0D and 14. RGB value is (84,13,20). Sum of RGB (Red+Green+Blue) = 84+13+20=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #540D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D14 is #ABF2EB. Grayscale: #232323. Windows color (decimal): -11268844 or 1314132. OLE color: 1314132.

HSL color Cylindrical-coordinate representation of color #540D14: hue angle of 354.08º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D14 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB841320-
CMYK00.850.760.67
HSL354.08º73.2%19.02%-
HSV(B)354.08º84.52%32.94%-
XYZ3.932.220.88-
YUV35.03119.52162.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.79%
GREEN value IS 13 (5.47% from 255) = 11.11%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=71.79%
G=11.11%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84132000.850.760.67354.0873.219.02
Hex54D140554C431624913
Octal1241524012511410354211123
Binary10101001101101000101010110011001000011101100010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540D14; }

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

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

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

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

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

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

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

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