#541B22

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

Shades of Bordeaux #541B22

Tints of Bordeaux #541B22

Color information

#541B22 (or 0x541B22) is unknown color: approx Bordeaux. HEX triplet: 54, 1B and 22. RGB value is (84,27,34). Sum of RGB (Red+Green+Blue) = 84+27+34=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B22 is #ABE4DD. Grayscale: #2C2C2C. Windows color (decimal): -11265246 or 2235220. OLE color: 2235220.

HSL color Cylindrical-coordinate representation of color #541B22: hue angle of 352.63º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #541B22 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB842734-
CMYK00.680.600.67
HSL352.63º51.35%21.76%-
HSV(B)352.63º67.86%32.94%-
XYZ4.342.781.82-
YUV44.84121.88155.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 34 (13.67% from 255) = 23.45%
R=57.93%
G=18.62%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84273400.680.600.67352.6351.3521.76
Hex541B220443C431613316
Octal12433420104741035416326
Binary10101001101110001001000100111100100001110110000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541B22; }

 p { color: rgb(84,27,34); }

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

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

 a { background-color: rgb(84,27,34); }

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

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

 span { border-color: rgb(84,27,34); }

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