#542A43

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

Shades of Barossa #542A43

Tints of Barossa #542A43

Color information

#542A43 (or 0x542A43) is unknown color: approx Barossa. HEX triplet: 54, 2A and 43. RGB value is (84,42,67). Sum of RGB (Red+Green+Blue) = 84+42+67=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #542A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A43 is #ABD5BC. Grayscale: #393939. Windows color (decimal): -11261373 or 4401748. OLE color: 4401748.

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

Color convert

RGB844267-
CMYK00.50.200.67
HSL324.29º33.33%24.71%-
HSV(B)324.29º50%32.94%-
XYZ5.53.955.78-
YUV57.41133.41146.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 67 (26.56% from 255) = 34.72%
R=43.52%
G=21.76%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84426700.50.200.67324.2933.3324.71
Hex542A4303214431442119
Octal12452103062241035044131
Binary10101001010101000011011001010100100001110100010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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