#541E2B

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

Shades of Bordeaux #541E2B

Tints of Bordeaux #541E2B

Color information

#541E2B (or 0x541E2B) is unknown color: approx Bordeaux. HEX triplet: 54, 1E and 2B. RGB value is (84,30,43). Sum of RGB (Red+Green+Blue) = 84+30+43=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #541E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E2B is #ABE1D4. Grayscale: #2F2F2F. Windows color (decimal): -11264469 or 2825812. OLE color: 2825812.

HSL color Cylindrical-coordinate representation of color #541E2B: hue angle of 345.56º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #541E2B is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB843043-
CMYK00.640.490.67
HSL345.56º47.37%22.35%-
HSV(B)345.56º64.29%32.94%-
XYZ4.562.992.62-
YUV47.63125.39153.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=53.50%
G=19.11%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84304300.640.490.67345.5647.3722.35
Hex541E2B040314315a2f16
Octal12436530100611035325726
Binary10101001111010101101000000110001100001110101101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541E2B; }

 p { color: rgb(84,30,43); }

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

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

 a { background-color: rgb(84,30,43); }

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

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

 span { border-color: rgb(84,30,43); }

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