#540A11

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

Shades of Bordeaux #540A11

Tints of Bordeaux #540A11

Color information

#540A11 (or 0x540A11) is unknown color: approx Bordeaux. HEX triplet: 54, 0A and 11. RGB value is (84,10,17). Sum of RGB (Red+Green+Blue) = 84+10+17=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #540A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A11 is #ABF5EE. Grayscale: #202020. Windows color (decimal): -11269615 or 1116756. OLE color: 1116756.

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

Color convert

RGB841017-
CMYK00.880.800.67
HSL354.32º78.72%18.43%-
HSV(B)354.32º88.1%32.94%-
XYZ3.872.140.74-
YUV32.92119.02164.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 75.68%
GREEN value IS 10 (4.30% from 255) = 9.01%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=75.68%
G=9.01%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84101700.880.800.67354.3278.7218.43
Hex54A1105850431624f12
Octal1241221013012010354211722
Binary10101001010100010101100010100001000011101100010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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