#540B18

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

Shades of Bordeaux #540B18

Tints of Bordeaux #540B18

Color information

#540B18 (or 0x540B18) is unknown color: approx Bordeaux. HEX triplet: 54, 0B and 18. RGB value is (84,11,24). Sum of RGB (Red+Green+Blue) = 84+11+24=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #540B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B18 is #ABF4E7. Grayscale: #222222. Windows color (decimal): -11269352 or 1575764. OLE color: 1575764.

HSL color Cylindrical-coordinate representation of color #540B18: hue angle of 349.32º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B18 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB841124-
CMYK00.870.710.67
HSL349.32º76.84%18.63%-
HSV(B)349.32º86.9%32.94%-
XYZ3.942.191.08-
YUV34.31122.18163.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70.59%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=70.59%
G=9.24%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84112400.870.710.67349.3276.8418.63
Hex54B18057474315d4d13
Octal1241330012710710353511523
Binary10101001011110000101011110001111000011101011101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,11,24); }

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

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

 a { background-color: rgb(84,11,24); }

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

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

 span { border-color: rgb(84,11,24); }

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