#541F2B

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

Shades of Bordeaux #541F2B

Tints of Bordeaux #541F2B

Color information

#541F2B (or 0x541F2B) is unknown color: approx Bordeaux. HEX triplet: 54, 1F and 2B. RGB value is (84,31,43). Sum of RGB (Red+Green+Blue) = 84+31+43=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #541F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F2B is #ABE0D4. Grayscale: #303030. Windows color (decimal): -11264213 or 2826068. OLE color: 2826068.

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

Color convert

RGB843143-
CMYK00.630.490.67
HSL346.42º46.09%22.55%-
HSV(B)346.42º63.1%32.94%-
XYZ4.583.042.63-
YUV48.22125.06153.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=53.16%
G=19.62%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84314300.630.490.67346.4246.0922.55
Hex541F2B03F314315a2e17
Octal1243753077611035325627
Binary1010100111111010110111111110001100001110101101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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