#540A1D

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

Shades of Bordeaux #540A1D

Tints of Bordeaux #540A1D

Color information

#540A1D (or 0x540A1D) is unknown color: approx Bordeaux. HEX triplet: 54, 0A and 1D. RGB value is (84,10,29). Sum of RGB (Red+Green+Blue) = 84+10+29=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #540A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A1D is #ABF5E2. Grayscale: #222222. Windows color (decimal): -11269603 or 1903188. OLE color: 1903188.

HSL color Cylindrical-coordinate representation of color #540A1D: hue angle of 344.59º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A1D is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB841029-
CMYK00.880.650.67
HSL344.59º78.72%18.43%-
HSV(B)344.59º88.1%32.94%-
XYZ3.992.191.38-
YUV34.29125.02163.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=68.29%
G=8.13%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84102900.880.650.67344.5978.7218.43
Hex54A1D05841431594f12
Octal1241235013010110353111722
Binary10101001010111010101100010000011000011101011001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,10,29); }

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

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

 a { background-color: rgb(84,10,29); }

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

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

 span { border-color: rgb(84,10,29); }

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