#541124

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

Shades of Bordeaux #541124

Tints of Bordeaux #541124

Color information

#541124 (or 0x541124) is unknown color: approx Bordeaux. HEX triplet: 54, 11 and 24. RGB value is (84,17,36). Sum of RGB (Red+Green+Blue) = 84+17+36=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #541124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541124 is #ABEEDB. Grayscale: #272727. Windows color (decimal): -11267804 or 2363732. OLE color: 2363732.

HSL color Cylindrical-coordinate representation of color #541124: hue angle of 342.99º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541124 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB841736-
CMYK00.800.570.67
HSL342.99º66.34%19.8%-
HSV(B)342.99º79.76%32.94%-
XYZ4.182.411.91-
YUV39.2126.2159.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=61.31%
G=12.41%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84173600.800.570.67342.9966.3419.8
Hex54112405039431574214
Octal124214401207110352710224
Binary101010010001100100010100001110011000011101010111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541124; }

 p { color: rgb(84,17,36); }

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

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

 a { background-color: rgb(84,17,36); }

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

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

 span { border-color: rgb(84,17,36); }

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