#540A22

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

Shades of Bordeaux #540A22

Tints of Bordeaux #540A22

Color information

#540A22 (or 0x540A22) is unknown color: approx Bordeaux. HEX triplet: 54, 0A and 22. RGB value is (84,10,34). Sum of RGB (Red+Green+Blue) = 84+10+34=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #540A22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A22 is #ABF5DD. Grayscale: #222222. Windows color (decimal): -11269598 or 2230868. OLE color: 2230868.

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

Color convert

RGB841034-
CMYK00.880.600.67
HSL340.54º78.72%18.43%-
HSV(B)340.54º88.1%32.94%-
XYZ4.052.221.73-
YUV34.86127.52163.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.62%
GREEN value IS 10 (4.30% from 255) = 7.81%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=65.62%
G=7.81%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84103400.880.600.67340.5478.7218.43
Hex54A220583C431554f12
Octal124124201307410352511722
Binary10101001010100010010110001111001000011101010101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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