#542140

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

Shades of Barossa #542140

Tints of Barossa #542140

Color information

#542140 (or 0x542140) is unknown color: approx Barossa. HEX triplet: 54, 21 and 40. RGB value is (84,33,64). Sum of RGB (Red+Green+Blue) = 84+33+64=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #542140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542140 is #ABDEBF. Grayscale: #333333. Windows color (decimal): -11263680 or 4202836. OLE color: 4202836.

HSL color Cylindrical-coordinate representation of color #542140: hue angle of 323.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542140 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB843364-
CMYK00.610.240.67
HSL323.53º43.59%22.94%-
HSV(B)323.53º60.71%32.94%-
XYZ5.133.345.23-
YUV51.78134.9150.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=46.41%
G=18.23%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84336400.610.240.67323.5343.5922.94
Hex54214003D18431442c17
Octal12441100075301035045427
Binary10101001000011000000011110111000100001110100010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542140; }

 p { color: rgb(84,33,64); }

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

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

 a { background-color: rgb(84,33,64); }

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

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

 span { border-color: rgb(84,33,64); }

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