#541324

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

Shades of Bordeaux #541324

Tints of Bordeaux #541324

Color information

#541324 (or 0x541324) is unknown color: approx Bordeaux. HEX triplet: 54, 13 and 24. RGB value is (84,19,36). Sum of RGB (Red+Green+Blue) = 84+19+36=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541324 is #ABECDB. Grayscale: #282828. Windows color (decimal): -11267292 or 2364244. OLE color: 2364244.

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

Color convert

RGB841936-
CMYK00.770.570.67
HSL344.31º63.11%20.2%-
HSV(B)344.31º77.38%32.94%-
XYZ4.212.481.93-
YUV40.37125.53159.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=60.43%
G=13.67%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84193600.770.570.67344.3163.1120.2
Hex54132404D39431583f14
Octal12423440115711035307724
Binary10101001001110010001001101111001100001110101100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541324; }

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

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

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

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

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

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

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

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