#543143

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

Shades of Barossa #543143

Tints of Barossa #543143

Color information

#543143 (or 0x543143) is unknown color: approx Barossa. HEX triplet: 54, 31 and 43. RGB value is (84,49,67). Sum of RGB (Red+Green+Blue) = 84+49+67=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #543143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543143 is #ABCEBC. Grayscale: #3D3D3D. Windows color (decimal): -11259581 or 4403540. OLE color: 4403540.

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

Color convert

RGB844967-
CMYK00.420.200.67
HSL329.14º26.32%26.08%-
HSV(B)329.14º41.67%32.94%-
XYZ5.774.495.87-
YUV61.52131.1144.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=42%
G=24.5%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84496700.420.200.67329.1426.3226.08
Hex54314302A14431491a1a
Octal12461103052241035113232
Binary1010100110001100001101010101010010000111010010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543143; }

 p { color: rgb(84,49,67); }

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

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

 a { background-color: rgb(84,49,67); }

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

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

 span { border-color: rgb(84,49,67); }

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