Html Css Color HEX #542841 Barossa

📋 copy color: '#542841'

red 84 ◦ green 40 ◦ blue 65

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

Shades of Barossa #542841

Tints of Barossa #542841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 44.44%
G = 21.16%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#542841 (or 0x542841) is known color: Barossa. HEX triplet: 54, 28 and 41. RGB value is (84,40,65). Sum of RGB (Red+Green+Blue) = 84+40+65=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #542841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542841 is #ABD7BE. Grayscale: #373737. Windows color (decimal): -11261887 or 4270164. OLE color: 4270164.

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

Color convert

RGB 84 40 65 -
CMYK 0 0.52 0.23 0.67
HSL 325.91º 0.35% 0.24% -
HSV(B) 325.91º 0.52% 0.33% -
XYZ 5.37 3.78 5.45 -
YUV 56.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 84 40 65 0 0.52 0.23 0.67 325.91 0.35 0.24
Hex 54 28 41 0 34 17 43 146 23 18
Octal 124 50 101 0 64 27 103 506 43 30
Binary 1010100 101000 1000001 0 110100 10111 1000011 101000110 100011 11000

Color Harmonies of #542841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542841

Black with #542841

Text Example


Text Example

White with #542841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542841; }

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

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

background-color css

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

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

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

border-color css

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

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

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