#541116

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

Shades of Bordeaux #541116

Tints of Bordeaux #541116

Color information

#541116 (or 0x541116) is unknown color: approx Bordeaux. HEX triplet: 54, 11 and 16. RGB value is (84,17,22). Sum of RGB (Red+Green+Blue) = 84+17+22=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541116 is #ABEEE9. Grayscale: #252525. Windows color (decimal): -11267818 or 1446228. OLE color: 1446228.

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

Color convert

RGB841722-
CMYK00.800.740.67
HSL355.52º66.34%19.8%-
HSV(B)355.52º79.76%32.94%-
XYZ42.341-
YUV37.6119.2161.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=68.29%
G=13.82%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84172200.800.740.67355.5266.3419.8
Hex5411160504A431644214
Octal1242126012011210354410224
Binary101010010001101100101000010010101000011101100100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541116; }

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

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

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

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

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

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

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

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