#541B2A

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

Shades of Bordeaux #541B2A

Tints of Bordeaux #541B2A

Color information

#541B2A (or 0x541B2A) is unknown color: approx Bordeaux. HEX triplet: 54, 1B and 2A. RGB value is (84,27,42). Sum of RGB (Red+Green+Blue) = 84+27+42=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #541B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B2A is #ABE4D5. Grayscale: #2D2D2D. Windows color (decimal): -11265238 or 2759508. OLE color: 2759508.

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

Color convert

RGB842742-
CMYK00.680.50.67
HSL344.21º51.35%21.76%-
HSV(B)344.21º67.86%32.94%-
XYZ4.472.842.5-
YUV45.75125.88155.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.90%
GREEN value IS 27 (10.94% from 255) = 17.65%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=54.90%
G=17.65%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84274200.680.50.67344.2151.3521.76
Hex541B2A04432431583316
Octal12433520104621035306326
Binary10101001101110101001000100110010100001110101100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,27,42); }

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

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

 a { background-color: rgb(84,27,42); }

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

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

 span { border-color: rgb(84,27,42); }

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