#541C23

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

Shades of Bordeaux #541C23

Tints of Bordeaux #541C23

Color information

#541C23 (or 0x541C23) is unknown color: approx Bordeaux. HEX triplet: 54, 1C and 23. RGB value is (84,28,35). Sum of RGB (Red+Green+Blue) = 84+28+35=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #541C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C23 is #ABE3DC. Grayscale: #2D2D2D. Windows color (decimal): -11264989 or 2301012. OLE color: 2301012.

HSL color Cylindrical-coordinate representation of color #541C23: hue angle of 352.5º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541C23 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB842835-
CMYK00.670.580.67
HSL352.5º50%21.96%-
HSV(B)352.5º66.67%32.94%-
XYZ4.372.841.91-
YUV45.54122.05155.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 35 (14.06% from 255) = 23.81%
R=57.14%
G=19.05%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84283500.670.580.67352.55021.96
Hex541C230433A431603216
Octal12434430103721035406226
Binary10101001110010001101000011111010100001110110000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541C23; }

 p { color: rgb(84,28,35); }

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

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

 a { background-color: rgb(84,28,35); }

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

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

 span { border-color: rgb(84,28,35); }

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