#542A40

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

Shades of Barossa #542A40

Tints of Barossa #542A40

Color information

#542A40 (or 0x542A40) is unknown color: approx Barossa. HEX triplet: 54, 2A and 40. RGB value is (84,42,64). Sum of RGB (Red+Green+Blue) = 84+42+64=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #542A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A40 is #ABD5BF. Grayscale: #393939. Windows color (decimal): -11261376 or 4205140. OLE color: 4205140.

HSL color Cylindrical-coordinate representation of color #542A40: hue angle of 328.57º 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 #542A40 is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB844264-
CMYK00.50.240.67
HSL328.57º33.33%24.71%-
HSV(B)328.57º50%32.94%-
XYZ5.413.915.32-
YUV57.07131.91147.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=44.21%
G=22.11%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84426400.50.240.67328.5733.3324.71
Hex542A4003218431492119
Octal12452100062301035114131
Binary10101001010101000000011001011000100001110100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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