#541C2C

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

Shades of Bordeaux #541C2C

Tints of Bordeaux #541C2C

Color information

#541C2C (or 0x541C2C) is unknown color: approx Bordeaux. HEX triplet: 54, 1C and 2C. RGB value is (84,28,44). Sum of RGB (Red+Green+Blue) = 84+28+44=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #541C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C2C is #ABE3D3. Grayscale: #2E2E2E. Windows color (decimal): -11264980 or 2890836. OLE color: 2890836.

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

Color convert

RGB842844-
CMYK00.670.480.67
HSL342.86º50%21.96%-
HSV(B)342.86º66.67%32.94%-
XYZ4.532.92.7-
YUV46.57126.55154.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 28 (11.33% from 255) = 17.95%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=53.85%
G=17.95%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84284400.670.480.67342.865021.96
Hex541C2C04330431573216
Octal12434540103601035276226
Binary10101001110010110001000011110000100001110101011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,28,44); }

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

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

 a { background-color: rgb(84,28,44); }

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

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

 span { border-color: rgb(84,28,44); }

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