#541729

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

Shades of Bordeaux #541729

Tints of Bordeaux #541729

Color information

#541729 (or 0x541729) is unknown color: approx Bordeaux. HEX triplet: 54, 17 and 29. RGB value is (84,23,41). Sum of RGB (Red+Green+Blue) = 84+23+41=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #541729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541729 is #ABE8D6. Grayscale: #2B2B2B. Windows color (decimal): -11266263 or 2692948. OLE color: 2692948.

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

Color convert

RGB842341-
CMYK00.730.510.67
HSL342.3º57.01%20.98%-
HSV(B)342.3º72.62%32.94%-
XYZ4.362.662.38-
YUV43.29126.71157.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=56.76%
G=15.54%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84234100.730.510.67342.357.0120.98
Hex54172904933431563915
Octal12427510111631035267125
Binary10101001011110100101001001110011100001110101011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541729; }

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

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

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

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

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

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

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

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