#522B41

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

Shades of Barossa #522B41

Tints of Barossa #522B41

Color information

#522B41 (or 0x522B41) is unknown color: approx Barossa. HEX triplet: 52, 2B and 41. RGB value is (82,43,65). Sum of RGB (Red+Green+Blue) = 82+43+65=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #522B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B41 is #ADD4BE. Grayscale: #393939. Windows color (decimal): -11392191 or 4270930. OLE color: 4270930.

HSL color Cylindrical-coordinate representation of color #522B41: hue angle of 326.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #522B41 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB824365-
CMYK00.480.210.68
HSL326.15º31.2%24.51%-
HSV(B)326.15º47.56%32.16%-
XYZ5.33.95.48-
YUV57.17132.42145.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=43.16%
G=22.63%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82436500.480.210.68326.1531.224.51
Hex522B4103015441461f19
Octal12253101060251045063731
Binary1010010101011100000101100001010110001001010001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522B41; }

 p { color: rgb(82,43,65); }

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

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

 a { background-color: rgb(82,43,65); }

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

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

 span { border-color: rgb(82,43,65); }

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