#541723

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

Shades of Bordeaux #541723

Tints of Bordeaux #541723

Color information

#541723 (or 0x541723) is unknown color: approx Bordeaux. HEX triplet: 54, 17 and 23. RGB value is (84,23,35). Sum of RGB (Red+Green+Blue) = 84+23+35=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #541723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541723 is #ABE8DC. Grayscale: #2A2A2A. Windows color (decimal): -11266269 or 2299732. OLE color: 2299732.

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

Color convert

RGB842335-
CMYK00.730.580.67
HSL348.2º57.01%20.98%-
HSV(B)348.2º72.62%32.94%-
XYZ4.272.621.87-
YUV42.61123.71157.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.15%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 35 (14.06% from 255) = 24.65%
R=59.15%
G=16.20%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84233500.730.580.67348.257.0120.98
Hex5417230493A4315c3915
Octal12427430111721035347125
Binary10101001011110001101001001111010100001110101110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541723; }

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

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

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

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

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

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

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

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