#540D15

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

Shades of Bordeaux #540D15

Tints of Bordeaux #540D15

Color information

#540D15 (or 0x540D15) is unknown color: approx Bordeaux. HEX triplet: 54, 0D and 15. RGB value is (84,13,21). Sum of RGB (Red+Green+Blue) = 84+13+21=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #540D15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D15 is #ABF2EA. Grayscale: #232323. Windows color (decimal): -11268843 or 1379668. OLE color: 1379668.

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

Color convert

RGB841321-
CMYK00.850.750.67
HSL353.24º73.2%19.02%-
HSV(B)353.24º84.52%32.94%-
XYZ3.942.230.93-
YUV35.14120.02162.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.19%
GREEN value IS 13 (5.47% from 255) = 11.02%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=71.19%
G=11.02%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84132100.850.750.67353.2473.219.02
Hex54D150554B431614913
Octal1241525012511310354111123
Binary10101001101101010101010110010111000011101100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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