#541A2C

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

Shades of Bordeaux #541A2C

Tints of Bordeaux #541A2C

Color information

#541A2C (or 0x541A2C) is unknown color: approx Bordeaux. HEX triplet: 54, 1A and 2C. RGB value is (84,26,44). Sum of RGB (Red+Green+Blue) = 84+26+44=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #541A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A2C is #ABE5D3. Grayscale: #2D2D2D. Windows color (decimal): -11265492 or 2890324. OLE color: 2890324.

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

Color convert

RGB842644-
CMYK00.690.480.67
HSL341.38º52.73%21.57%-
HSV(B)341.38º69.05%32.94%-
XYZ4.482.812.69-
YUV45.39127.22155.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.55%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=54.55%
G=16.88%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84264400.690.480.67341.3852.7321.57
Hex541A2C04530431553516
Octal12432540105601035256526
Binary10101001101010110001000101110000100001110101010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,26,44); }

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

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

 a { background-color: rgb(84,26,44); }

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

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

 span { border-color: rgb(84,26,44); }

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