#541728

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

Shades of Bordeaux #541728

Tints of Bordeaux #541728

Color information

#541728 (or 0x541728) is unknown color: approx Bordeaux. HEX triplet: 54, 17 and 28. RGB value is (84,23,40). Sum of RGB (Red+Green+Blue) = 84+23+40=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #541728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541728 is #ABE8D7. Grayscale: #2B2B2B. Windows color (decimal): -11266264 or 2627412. OLE color: 2627412.

HSL color Cylindrical-coordinate representation of color #541728: hue angle of 343.28º 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 #541728 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB842340-
CMYK00.730.520.67
HSL343.28º57.01%20.98%-
HSV(B)343.28º72.62%32.94%-
XYZ4.352.652.29-
YUV43.18126.21157.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=57.14%
G=15.65%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84234000.730.520.67343.2857.0120.98
Hex54172804934431573915
Octal12427500111641035277125
Binary10101001011110100001001001110100100001110101011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541728; }

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

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

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

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

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

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

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

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