Html Css Color HEX #542040 Barossa

📋 copy color: '#542040'

red 84 ◦ green 32 ◦ blue 64

#542040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #542040

Tints of Barossa #542040

RGB

 RED value IS 84 (33.2% from 255) = 46.67%

 GREEN value IS 32 (12.89% from 255) = 17.78%

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 46.67%
G = 17.78%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#542040 (or 0x542040) is known color: Barossa. HEX triplet: 54, 20 and 40. RGB value is (84,32,64). Sum of RGB (Red+Green+Blue) = 84+32+64=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #542040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542040 is #ABDFBF. Grayscale: #333333. Windows color (decimal): -11263936 or 4202580. OLE color: 4202580.

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

Color convert

RGB 84 32 64 -
CMYK 0 0.62 0.24 0.67
HSL 323.08º 0.45% 0.23% -
HSV(B) 323.08º 0.62% 0.33% -
XYZ 5.1 3.29 5.22 -
YUV 51.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 84 32 64 0 0.62 0.24 0.67 323.08 0.45 0.23
Hex 54 20 40 0 3E 18 43 143 2D 17
Octal 124 40 100 0 76 30 103 503 55 27
Binary 1010100 100000 1000000 0 111110 11000 1000011 101000011 101101 10111

Color Harmonies of #542040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542040

Black with #542040

Text Example


Text Example

White with #542040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542040; }

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

 H1.HeaderClassName
 {
   color: #542040;
 }
 .AnyTagClassName
 {
   color: #542040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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