#541C27

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

Shades of Bordeaux #541C27

Tints of Bordeaux #541C27

Color information

#541C27 (or 0x541C27) is unknown color: approx Bordeaux. HEX triplet: 54, 1C and 27. RGB value is (84,28,39). Sum of RGB (Red+Green+Blue) = 84+28+39=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #541C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C27 is #ABE3D8. Grayscale: #2E2E2E. Windows color (decimal): -11264985 or 2563156. OLE color: 2563156.

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

Color convert

RGB842839-
CMYK00.670.540.67
HSL348.21º50%21.96%-
HSV(B)348.21º66.67%32.94%-
XYZ4.442.862.24-
YUV46124.05155.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 39 (15.62% from 255) = 25.83%
R=55.63%
G=18.54%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84283900.670.540.67348.215021.96
Hex541C27043364315c3216
Octal12434470103661035346226
Binary10101001110010011101000011110110100001110101110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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