#542139

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

Shades of Barossa #542139

Tints of Barossa #542139

Color information

#542139 (or 0x542139) is unknown color: approx Barossa. HEX triplet: 54, 21 and 39. RGB value is (84,33,57). Sum of RGB (Red+Green+Blue) = 84+33+57=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #542139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542139 is #ABDEC6. Grayscale: #323232. Windows color (decimal): -11263687 or 3744084. OLE color: 3744084.

HSL color Cylindrical-coordinate representation of color #542139: hue angle of 331.76º 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 #542139 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB843357-
CMYK00.610.320.67
HSL331.76º43.59%22.94%-
HSV(B)331.76º60.71%32.94%-
XYZ4.943.274.24-
YUV50.98131.4151.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 57 (22.66% from 255) = 32.76%
R=48.28%
G=18.97%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84335700.610.320.67331.7643.5922.94
Hex54213903D204314c2c17
Octal1244171075401035145427
Binary10101001000011110010111101100000100001110100110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542139; }

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

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

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

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

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

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

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

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