#542039

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

Shades of Barossa #542039

Tints of Barossa #542039

Color information

#542039 (or 0x542039) is unknown color: approx Barossa. HEX triplet: 54, 20 and 39. RGB value is (84,32,57). Sum of RGB (Red+Green+Blue) = 84+32+57=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #542039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542039 is #ABDFC6. Grayscale: #323232. Windows color (decimal): -11263943 or 3743828. OLE color: 3743828.

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

Color convert

RGB843257-
CMYK00.620.320.67
HSL331.15º44.83%22.75%-
HSV(B)331.15º61.9%32.94%-
XYZ4.913.214.23-
YUV50.4131.73151.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=48.55%
G=18.50%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84325700.620.320.67331.1544.8322.75
Hex54203903E204314b2d17
Octal1244071076401035135527
Binary10101001000001110010111110100000100001110100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542039; }

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

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

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

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

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

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

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

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