#523141

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

Shades of Barossa #523141

Tints of Barossa #523141

Color information

#523141 (or 0x523141) is unknown color: approx Barossa. HEX triplet: 52, 31 and 41. RGB value is (82,49,65). Sum of RGB (Red+Green+Blue) = 82+49+65=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #523141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523141 is #ADCEBE. Grayscale: #3C3C3C. Windows color (decimal): -11390655 or 4272466. OLE color: 4272466.

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

Color convert

RGB824965-
CMYK00.400.210.68
HSL330.91º25.19%25.69%-
HSV(B)330.91º40.24%32.16%-
XYZ5.534.375.55-
YUV60.69130.43143.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=41.84%
G=25%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82496500.400.210.68330.9125.1925.69
Hex523141028154414b191a
Octal12261101050251045133132
Binary1010010110001100000101010001010110001001010010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523141; }

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

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

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

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

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

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

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

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