#541720

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

Shades of Bordeaux #541720

Tints of Bordeaux #541720

Color information

#541720 (or 0x541720) is unknown color: approx Bordeaux. HEX triplet: 54, 17 and 20. RGB value is (84,23,32). Sum of RGB (Red+Green+Blue) = 84+23+32=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541720 is #ABE8DF. Grayscale: #2A2A2A. Windows color (decimal): -11266272 or 2103124. OLE color: 2103124.

HSL color Cylindrical-coordinate representation of color #541720: hue angle of 351.15º 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 #541720 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB842332-
CMYK00.730.620.67
HSL351.15º57.01%20.98%-
HSV(B)351.15º72.62%32.94%-
XYZ4.222.61.65-
YUV42.26122.21157.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=60.43%
G=16.55%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84233200.730.620.67351.1557.0120.98
Hex5417200493E4315f3915
Octal12427400111761035377125
Binary10101001011110000001001001111110100001110101111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541720; }

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

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

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

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

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

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

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

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