#541224

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

Shades of Bordeaux #541224

Tints of Bordeaux #541224

Color information

#541224 (or 0x541224) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 24. RGB value is (84,18,36). Sum of RGB (Red+Green+Blue) = 84+18+36=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #541224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541224 is #ABEDDB. Grayscale: #272727. Windows color (decimal): -11267548 or 2363988. OLE color: 2363988.

HSL color Cylindrical-coordinate representation of color #541224: hue angle of 343.64º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541224 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB841836-
CMYK00.790.570.67
HSL343.64º64.71%20%-
HSV(B)343.64º78.57%32.94%-
XYZ4.192.441.92-
YUV39.79125.87159.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=60.87%
G=13.04%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84183600.790.570.67343.6464.7120
Hex54122404F39431584114
Octal124224401177110353010124
Binary101010010010100100010011111110011000011101011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541224; }

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

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

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

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

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

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

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

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