#542340

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

Shades of Barossa #542340

Tints of Barossa #542340

Color information

#542340 (or 0x542340) is unknown color: approx Barossa. HEX triplet: 54, 23 and 40. RGB value is (84,35,64). Sum of RGB (Red+Green+Blue) = 84+35+64=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #542340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542340 is #ABDCBF. Grayscale: #343434. Windows color (decimal): -11263168 or 4203348. OLE color: 4203348.

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

Color convert

RGB843564-
CMYK00.580.240.67
HSL324.49º41.18%23.33%-
HSV(B)324.49º58.33%32.94%-
XYZ5.183.465.24-
YUV52.96134.23150.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=45.90%
G=19.13%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84356400.580.240.67324.4941.1823.33
Hex54234003A18431442917
Octal12443100072301035045127
Binary10101001000111000000011101011000100001110100010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542340; }

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

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

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

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

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

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

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

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