Html Css Color HEX #542840 Barossa

📋 copy color: '#542840'

red 84 ◦ green 40 ◦ blue 64

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

Shades of Barossa #542840

Tints of Barossa #542840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.28%

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

R = 44.68%
G = 21.28%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#542840 (or 0x542840) is known color: Barossa. HEX triplet: 54, 28 and 40. RGB value is (84,40,64). Sum of RGB (Red+Green+Blue) = 84+40+64=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #542840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542840 is #ABD7BF. Grayscale: #373737. Windows color (decimal): -11261888 or 4204628. OLE color: 4204628.

HSL color Cylindrical-coordinate representation of color #542840: hue angle of 327.27º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #542840 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 40 64 -
CMYK 0 0.52 0.24 0.67
HSL 327.27º 0.35% 0.24% -
HSV(B) 327.27º 0.52% 0.33% -
XYZ 5.34 3.77 5.3 -
YUV 55.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 84 40 64 0 0.52 0.24 0.67 327.27 0.35 0.24
Hex 54 28 40 0 34 18 43 147 23 18
Octal 124 50 100 0 64 30 103 507 43 30
Binary 1010100 101000 1000000 0 110100 11000 1000011 101000111 100011 11000

Color Harmonies of #542840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542840

Black with #542840

Text Example


Text Example

White with #542840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542840; }

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

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

background-color css

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

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

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

border-color css

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

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

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