#532A41

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

Shades of Barossa #532A41

Tints of Barossa #532A41

Color information

#532A41 (or 0x532A41) is unknown color: approx Barossa. HEX triplet: 53, 2A and 41. RGB value is (83,42,65). Sum of RGB (Red+Green+Blue) = 83+42+65=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #532A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A41 is #ACD5BE. Grayscale: #383838. Windows color (decimal): -11326911 or 4270675. OLE color: 4270675.

HSL color Cylindrical-coordinate representation of color #532A41: hue angle of 326.34º degrees, saturation: 0.33, 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 #532A41 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB834265-
CMYK00.490.220.67
HSL326.34º32.8%24.51%-
HSV(B)326.34º49.4%32.55%-
XYZ5.353.885.47-
YUV56.88132.58146.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=43.68%
G=22.11%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83426500.490.220.67326.3432.824.51
Hex532A4103116431462119
Octal12352101061261035064131
Binary10100111010101000001011000110110100001110100011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532A41; }

 p { color: rgb(83,42,65); }

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

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

 a { background-color: rgb(83,42,65); }

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

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

 span { border-color: rgb(83,42,65); }

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