#541C24

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

Shades of Bordeaux #541C24

Tints of Bordeaux #541C24

Color information

#541C24 (or 0x541C24) is unknown color: approx Bordeaux. HEX triplet: 54, 1C and 24. RGB value is (84,28,36). Sum of RGB (Red+Green+Blue) = 84+28+36=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #541C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C24 is #ABE3DB. Grayscale: #2D2D2D. Windows color (decimal): -11264988 or 2366548. OLE color: 2366548.

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

Color convert

RGB842836-
CMYK00.670.570.67
HSL351.43º50%21.96%-
HSV(B)351.43º66.67%32.94%-
XYZ4.392.841.99-
YUV45.66122.55155.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=56.76%
G=18.92%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84283600.670.570.67351.435021.96
Hex541C24043394315f3216
Octal12434440103711035376226
Binary10101001110010010001000011111001100001110101111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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