#541F3A

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

Shades of Barossa #541F3A

Tints of Barossa #541F3A

Color information

#541F3A (or 0x541F3A) is unknown color: approx Barossa. HEX triplet: 54, 1F and 3A. RGB value is (84,31,58). Sum of RGB (Red+Green+Blue) = 84+31+58=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #541F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F3A is #ABE0C5. Grayscale: #313131. Windows color (decimal): -11264198 or 3809108. OLE color: 3809108.

HSL color Cylindrical-coordinate representation of color #541F3A: hue angle of 329.43º 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 #541F3A is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB843158-
CMYK00.630.310.67
HSL329.43º46.09%22.55%-
HSV(B)329.43º63.1%32.94%-
XYZ4.913.174.36-
YUV49.92132.56152.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 31 (12.5% from 255) = 17.92%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=48.55%
G=17.92%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84315800.630.310.67329.4346.0922.55
Hex541F3A03F1F431492e17
Octal1243772077371035115627
Binary101010011111111010011111111111100001110100100110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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