#541C26

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

Shades of Bordeaux #541C26

Tints of Bordeaux #541C26

Color information

#541C26 (or 0x541C26) is unknown color: approx Bordeaux. HEX triplet: 54, 1C and 26. RGB value is (84,28,38). Sum of RGB (Red+Green+Blue) = 84+28+38=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #541C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C26 is #ABE3D9. Grayscale: #2D2D2D. Windows color (decimal): -11264986 or 2497620. OLE color: 2497620.

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

Color convert

RGB842838-
CMYK00.670.550.67
HSL349.29º50%21.96%-
HSV(B)349.29º66.67%32.94%-
XYZ4.422.862.15-
YUV45.88123.55155.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 38 (15.23% from 255) = 25.33%
R=56%
G=18.67%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84283800.670.550.67349.295021.96
Hex541C26043374315d3216
Octal12434460103671035356226
Binary10101001110010011001000011110111100001110101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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