#540A24

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

Shades of Bordeaux #540A24

Tints of Bordeaux #540A24

Color information

#540A24 (or 0x540A24) is unknown color: approx Bordeaux. HEX triplet: 54, 0A and 24. RGB value is (84,10,36). Sum of RGB (Red+Green+Blue) = 84+10+36=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #540A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A24 is #ABF5DB. Grayscale: #232323. Windows color (decimal): -11269596 or 2361940. OLE color: 2361940.

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

Color convert

RGB841036-
CMYK00.880.570.67
HSL338.92º78.72%18.43%-
HSV(B)338.92º88.1%32.94%-
XYZ4.082.231.88-
YUV35.09128.52162.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 10 (4.30% from 255) = 7.69%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=64.62%
G=7.69%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84103600.880.570.67338.9278.7218.43
Hex54A2405839431534f12
Octal124124401307110352311722
Binary10101001010100100010110001110011000011101010011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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