#541D29

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

Shades of Bordeaux #541D29

Tints of Bordeaux #541D29

Color information

#541D29 (or 0x541D29) is unknown color: approx Bordeaux. HEX triplet: 54, 1D and 29. RGB value is (84,29,41). Sum of RGB (Red+Green+Blue) = 84+29+41=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #541D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D29 is #ABE2D6. Grayscale: #2E2E2E. Windows color (decimal): -11264727 or 2694484. OLE color: 2694484.

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

Color convert

RGB842941-
CMYK00.650.510.67
HSL346.91º48.67%22.16%-
HSV(B)346.91º65.48%32.94%-
XYZ4.52.922.43-
YUV46.81124.72154.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.55%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=54.55%
G=18.83%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84294100.650.510.67346.9148.6722.16
Hex541D29041334315b3116
Octal12435510101631035336126
Binary10101001110110100101000001110011100001110101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,29,41); }

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

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

 a { background-color: rgb(84,29,41); }

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

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

 span { border-color: rgb(84,29,41); }

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