#541020

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

Shades of Bordeaux #541020

Tints of Bordeaux #541020

Color information

#541020 (or 0x541020) is unknown color: approx Bordeaux. HEX triplet: 54, 10 and 20. RGB value is (84,16,32). Sum of RGB (Red+Green+Blue) = 84+16+32=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #541020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541020 is #ABEFDF. Grayscale: #262626. Windows color (decimal): -11268064 or 2101332. OLE color: 2101332.

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

Color convert

RGB841632-
CMYK00.810.620.67
HSL345.88º68%19.61%-
HSV(B)345.88º80.95%32.94%-
XYZ4.12.361.61-
YUV38.16124.53160.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.64%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=63.64%
G=12.12%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84163200.810.620.67345.886819.61
Hex5410200513E4315a4414
Octal124204001217610353210424
Binary101010010000100000010100011111101000011101011010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541020; }

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

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

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

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

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

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

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

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