#540B16

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

Shades of Bordeaux #540B16

Tints of Bordeaux #540B16

Color information

#540B16 (or 0x540B16) is unknown color: approx Bordeaux. HEX triplet: 54, 0B and 16. RGB value is (84,11,22). Sum of RGB (Red+Green+Blue) = 84+11+22=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #540B16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B16 is #ABF4E9. Grayscale: #222222. Windows color (decimal): -11269354 or 1444692. OLE color: 1444692.

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

Color convert

RGB841122-
CMYK00.870.740.67
HSL350.96º76.84%18.63%-
HSV(B)350.96º86.9%32.94%-
XYZ3.922.180.97-
YUV34.08121.18163.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.79%
GREEN value IS 11 (4.69% from 255) = 9.40%
BLUE value IS 22 (8.98% from 255) = 18.80%
R=71.79%
G=9.40%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84112200.870.740.67350.9676.8418.63
Hex54B160574A4315f4d13
Octal1241326012711210353711523
Binary10101001011101100101011110010101000011101011111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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