#541524

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

Shades of Bordeaux #541524

Tints of Bordeaux #541524

Color information

#541524 (or 0x541524) is unknown color: approx Bordeaux. HEX triplet: 54, 15 and 24. RGB value is (84,21,36). Sum of RGB (Red+Green+Blue) = 84+21+36=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #541524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541524 is #ABEADB. Grayscale: #292929. Windows color (decimal): -11266780 or 2364756. OLE color: 2364756.

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

Color convert

RGB842136-
CMYK00.750.570.67
HSL345.71º60%20.59%-
HSV(B)345.71º75%32.94%-
XYZ4.242.551.94-
YUV41.55124.87158.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.57%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=59.57%
G=14.89%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84213600.750.570.67345.716020.59
Hex54152404B394315a3c15
Octal12425440113711035327425
Binary10101001010110010001001011111001100001110101101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541524; }

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

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

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

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

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

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

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

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