#541123

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

Shades of Bordeaux #541123

Tints of Bordeaux #541123

Color information

#541123 (or 0x541123) is unknown color: approx Bordeaux. HEX triplet: 54, 11 and 23. RGB value is (84,17,35). Sum of RGB (Red+Green+Blue) = 84+17+35=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #541123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541123 is #ABEEDC. Grayscale: #272727. Windows color (decimal): -11267805 or 2298196. OLE color: 2298196.

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

Color convert

RGB841735-
CMYK00.800.580.67
HSL343.88º66.34%19.8%-
HSV(B)343.88º79.76%32.94%-
XYZ4.162.411.84-
YUV39.08125.7160.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=61.76%
G=12.5%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84173500.800.580.67343.8866.3419.8
Hex5411230503A431584214
Octal124214301207210353010224
Binary101010010001100011010100001110101000011101011000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541123; }

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

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

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

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

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

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

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

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