#541629

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

Shades of Bordeaux #541629

Tints of Bordeaux #541629

Color information

#541629 (or 0x541629) is unknown color: approx Bordeaux. HEX triplet: 54, 16 and 29. RGB value is (84,22,41). Sum of RGB (Red+Green+Blue) = 84+22+41=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #541629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541629 is #ABE9D6. Grayscale: #2A2A2A. Windows color (decimal): -11266519 or 2692692. OLE color: 2692692.

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

Color convert

RGB842241-
CMYK00.740.510.67
HSL341.61º58.49%20.78%-
HSV(B)341.61º73.81%32.94%-
XYZ4.342.622.37-
YUV42.7127.04157.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=57.14%
G=14.97%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84224100.740.510.67341.6158.4920.78
Hex54162904A33431563a15
Octal12426510112631035267225
Binary10101001011010100101001010110011100001110101011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541629; }

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

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

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

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

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

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

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

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