#541024

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

Shades of Bordeaux #541024

Tints of Bordeaux #541024

Color information

#541024 (or 0x541024) is unknown color: approx Bordeaux. HEX triplet: 54, 10 and 24. RGB value is (84,16,36). Sum of RGB (Red+Green+Blue) = 84+16+36=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #541024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541024 is #ABEFDB. Grayscale: #262626. Windows color (decimal): -11268060 or 2363476. OLE color: 2363476.

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

Color convert

RGB841636-
CMYK00.810.570.67
HSL342.35º68%19.61%-
HSV(B)342.35º80.95%32.94%-
XYZ4.162.381.91-
YUV38.61126.53160.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=61.76%
G=11.76%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84163600.810.570.67342.356819.61
Hex54102405139431564414
Octal124204401217110352610424
Binary101010010000100100010100011110011000011101010110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541024; }

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

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

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

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

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

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

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

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