#540614

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

Shades of Bordeaux #540614

Tints of Bordeaux #540614

Color information

#540614 (or 0x540614) is unknown color: approx Bordeaux. HEX triplet: 54, 06 and 14. RGB value is (84,6,20). Sum of RGB (Red+Green+Blue) = 84+6+20=110 (14% of max value = 765). Red value is 84 (33.20% from 255 or 76.36% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 84 - color contains mainly: red. Hex color #540614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540614 is #ABF9EB. Grayscale: #1E1E1E. Windows color (decimal): -11270636 or 1312340. OLE color: 1312340.

HSL color Cylindrical-coordinate representation of color #540614: hue angle of 349.23º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540614 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB84620-
CMYK00.930.760.67
HSL349.23º86.67%17.65%-
HSV(B)349.23º92.86%32.94%-
XYZ3.852.070.86-
YUV30.92121.84165.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 76.36%
GREEN value IS 6 (2.73% from 255) = 5.45%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=76.36%
G=5.45%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8462000.930.760.67349.2386.6717.65
Hex5461405D4C4315d5712
Octal124624013511410353512722
Binary1010100110101000101110110011001000011101011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540614; }

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

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

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

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

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

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

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

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