#541429

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

Shades of Bordeaux #541429

Tints of Bordeaux #541429

Color information

#541429 (or 0x541429) is unknown color: approx Bordeaux. HEX triplet: 54, 14 and 29. RGB value is (84,20,41). Sum of RGB (Red+Green+Blue) = 84+20+41=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541429 is #ABEBD6. Grayscale: #292929. Windows color (decimal): -11267031 or 2692180. OLE color: 2692180.

HSL color Cylindrical-coordinate representation of color #541429: hue angle of 340.31º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541429 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB842041-
CMYK00.760.510.67
HSL340.31º61.54%20.39%-
HSV(B)340.31º76.19%32.94%-
XYZ4.312.552.36-
YUV41.53127.7158.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=57.93%
G=13.79%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84204100.760.510.67340.3161.5420.39
Hex54142904C33431543e14
Octal12424510114631035247624
Binary10101001010010100101001100110011100001110101010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541429; }

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

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

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

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

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

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

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

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