#540211

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

Shades of Bordeaux #540211

Tints of Bordeaux #540211

Color information

#540211 (or 0x540211) is unknown color: approx Bordeaux. HEX triplet: 54, 02 and 11. RGB value is (84,2,17). Sum of RGB (Red+Green+Blue) = 84+2+17=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #540211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540211 is #ABFDEE. Grayscale: #1C1C1C. Windows color (decimal): -11271663 or 1114708. OLE color: 1114708.

HSL color Cylindrical-coordinate representation of color #540211: hue angle of 349.02º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540211 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB84217-
CMYK00.980.800.67
HSL349.02º95.35%16.86%-
HSV(B)349.02º97.62%32.94%-
XYZ3.781.970.71-
YUV28.23121.67167.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 81.55%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=81.55%
G=1.94%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8421700.980.800.67349.0295.3516.86
Hex54211062504315d5f11
Octal124221014212010353513721
Binary101010010100010110001010100001000011101011101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540211; }

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

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

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

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

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

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

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

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