#541F3C

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

Shades of Barossa #541F3C

Tints of Barossa #541F3C

Color information

#541F3C (or 0x541F3C) is unknown color: approx Barossa. HEX triplet: 54, 1F and 3C. RGB value is (84,31,60). Sum of RGB (Red+Green+Blue) = 84+31+60=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #541F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F3C is #ABE0C3. Grayscale: #323232. Windows color (decimal): -11264196 or 3940180. OLE color: 3940180.

HSL color Cylindrical-coordinate representation of color #541F3C: hue angle of 327.17º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F3C is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB843160-
CMYK00.630.290.67
HSL327.17º46.09%22.55%-
HSV(B)327.17º63.1%32.94%-
XYZ4.963.194.63-
YUV50.15133.56152.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=48%
G=17.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84316000.630.290.67327.1746.0922.55
Hex541F3C03F1D431472e17
Octal1243774077351035075627
Binary101010011111111100011111111101100001110100011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541F3C; }

 p { color: rgb(84,31,60); }

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

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

 a { background-color: rgb(84,31,60); }

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

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

 span { border-color: rgb(84,31,60); }

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