#540814

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

Shades of Bordeaux #540814

Tints of Bordeaux #540814

Color information

#540814 (or 0x540814) is unknown color: approx Bordeaux. HEX triplet: 54, 08 and 14. RGB value is (84,8,20). Sum of RGB (Red+Green+Blue) = 84+8+20=112 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 84 - color contains mainly: red. Hex color #540814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540814 is #ABF7EB. Grayscale: #202020. Windows color (decimal): -11270124 or 1312852. OLE color: 1312852.

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

Color convert

RGB84820-
CMYK00.900.760.67
HSL350.53º82.61%18.04%-
HSV(B)350.53º90.48%32.94%-
XYZ3.872.110.86-
YUV32.09121.18165.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 75%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=75%
G=7.14%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8482000.900.760.67350.5382.6118.04
Hex5481405A4C4315f5312
Octal1241024013211410353712322
Binary10101001000101000101101010011001000011101011111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540814; }

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

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

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

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

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

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

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

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