Html Css Color HEX #542139 Barossa

📋 copy color: '#542139'

red 84 ◦ green 33 ◦ blue 57

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

Shades of Barossa #542139

Tints of Barossa #542139

RGB

 RED value IS 84 (33.2% 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 value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#542139 (or 0x542139) is known color: 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

RGB 84 33 57 -
CMYK 0 0.61 0.32 0.67
HSL 331.76º 0.44% 0.23% -
HSV(B) 331.76º 0.61% 0.33% -
XYZ 4.94 3.27 4.24 -
YUV 50.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 84 33 57 0 0.61 0.32 0.67 331.76 0.44 0.23
Hex 54 21 39 0 3D 20 43 14C 2C 17
Octal 124 41 71 0 75 40 103 514 54 27
Binary 1010100 100001 111001 0 111101 100000 1000011 101001100 101100 10111

Color Harmonies of #542139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542139

Black with #542139

Text Example


Text Example

White with #542139

Text Example


Text Example

HTML Codes & Css Web 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>