#541120

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

Shades of Bordeaux #541120

Tints of Bordeaux #541120

Color information

#541120 (or 0x541120) is unknown color: approx Bordeaux. HEX triplet: 54, 11 and 20. RGB value is (84,17,32). Sum of RGB (Red+Green+Blue) = 84+17+32=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #541120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541120 is #ABEEDF. Grayscale: #262626. Windows color (decimal): -11267808 or 2101588. OLE color: 2101588.

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

Color convert

RGB841732-
CMYK00.800.620.67
HSL346.57º66.34%19.8%-
HSV(B)346.57º79.76%32.94%-
XYZ4.122.391.61-
YUV38.74124.2160.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=63.16%
G=12.78%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84173200.800.620.67346.5766.3419.8
Hex5411200503E4315b4214
Octal124214001207610353310224
Binary101010010001100000010100001111101000011101011011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541120; }

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

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

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

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

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

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

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

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