#542840

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

Shades of Barossa #542840

Tints of Barossa #542840

Color information

#542840 (or 0x542840) is unknown color: approx 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

RGB844064-
CMYK00.520.240.67
HSL327.27º35.48%24.31%-
HSV(B)327.27º52.38%32.94%-
XYZ5.343.775.3-
YUV55.89132.58148.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84406400.520.240.67327.2735.4824.31
Hex54284003418431472318
Octal12450100064301035074330
Binary10101001010001000000011010011000100001110100011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>