#542B42

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

Shades of Barossa #542B42

Tints of Barossa #542B42

Color information

#542B42 (or 0x542B42) is unknown color: approx Barossa. HEX triplet: 54, 2B and 42. RGB value is (84,43,66). Sum of RGB (Red+Green+Blue) = 84+43+66=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #542B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B42 is #ABD4BD. Grayscale: #393939. Windows color (decimal): -11261118 or 4336468. OLE color: 4336468.

HSL color Cylindrical-coordinate representation of color #542B42: hue angle of 326.34º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #542B42 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB844366-
CMYK00.490.210.67
HSL326.34º32.28%24.9%-
HSV(B)326.34º48.81%32.94%-
XYZ5.54.015.64-
YUV57.88132.58146.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=43.52%
G=22.28%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84436600.490.210.67326.3432.2824.9
Hex542B4203115431462019
Octal12453102061251035064031
Binary10101001010111000010011000110101100001110100011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542B42; }

 p { color: rgb(84,43,66); }

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

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

 a { background-color: rgb(84,43,66); }

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

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

 span { border-color: rgb(84,43,66); }

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