#541924

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

Shades of Bordeaux #541924

Tints of Bordeaux #541924

Color information

#541924 (or 0x541924) is unknown color: approx Bordeaux. HEX triplet: 54, 19 and 24. RGB value is (84,25,36). Sum of RGB (Red+Green+Blue) = 84+25+36=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541924 is #ABE6DB. Grayscale: #2B2B2B. Windows color (decimal): -11265756 or 2365780. OLE color: 2365780.

HSL color Cylindrical-coordinate representation of color #541924: hue angle of 348.81º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541924 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB842536-
CMYK00.700.570.67
HSL348.81º54.13%21.37%-
HSV(B)348.81º70.24%32.94%-
XYZ4.322.711.96-
YUV43.9123.55156.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=57.93%
G=17.24%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84253600.700.570.67348.8154.1321.37
Hex541924046394315d3615
Octal12431440106711035356625
Binary10101001100110010001000110111001100001110101110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541924; }

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

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

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

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

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

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

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

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