#542A3F

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

Shades of Barossa #542A3F

Tints of Barossa #542A3F

Color information

#542A3F (or 0x542A3F) is unknown color: approx Barossa. HEX triplet: 54, 2A and 3F. RGB value is (84,42,63). Sum of RGB (Red+Green+Blue) = 84+42+63=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #542A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A3F is #ABD5C0. Grayscale: #383838. Windows color (decimal): -11261377 or 4139604. OLE color: 4139604.

HSL color Cylindrical-coordinate representation of color #542A3F: hue angle of 330º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #542A3F is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB844263-
CMYK00.50.250.67
HSL330º33.33%24.71%-
HSV(B)330º50%32.94%-
XYZ5.383.95.17-
YUV56.95131.41147.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 63 (25% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84426300.50.250.6733033.3324.71
Hex542A3F032194314a2119
Octal1245277062311035124131
Binary1010100101010111111011001011001100001110100101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542A3F; }

 p { color: rgb(84,42,63); }

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

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

 a { background-color: rgb(84,42,63); }

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

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

 span { border-color: rgb(84,42,63); }

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