#540D13

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

Shades of Bordeaux #540D13

Tints of Bordeaux #540D13

Color information

#540D13 (or 0x540D13) is unknown color: approx Bordeaux. HEX triplet: 54, 0D and 13. RGB value is (84,13,19). Sum of RGB (Red+Green+Blue) = 84+13+19=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #540D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D13 is #ABF2EC. Grayscale: #222222. Windows color (decimal): -11268845 or 1248596. OLE color: 1248596.

HSL color Cylindrical-coordinate representation of color #540D13: hue angle of 354.93º 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 #540D13 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB841319-
CMYK00.850.770.67
HSL354.93º73.2%19.02%-
HSV(B)354.93º84.52%32.94%-
XYZ3.922.220.84-
YUV34.91119.02163.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 72.41%
GREEN value IS 13 (5.47% from 255) = 11.21%
BLUE value IS 19 (7.81% from 255) = 16.38%
R=72.41%
G=11.21%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84131900.850.770.67354.9373.219.02
Hex54D130554D431634913
Octal1241523012511510354311123
Binary10101001101100110101010110011011000011101100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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