#532940

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

Shades of Barossa #532940

Tints of Barossa #532940

Color information

#532940 (or 0x532940) is unknown color: approx Barossa. HEX triplet: 53, 29 and 40. RGB value is (83,41,64). Sum of RGB (Red+Green+Blue) = 83+41+64=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532940 is #ACD6BF. Grayscale: #383838. Windows color (decimal): -11327168 or 4204883. OLE color: 4204883.

HSL color Cylindrical-coordinate representation of color #532940: hue angle of 327.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532940 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB834164-
CMYK00.510.230.67
HSL327.14º33.87%24.31%-
HSV(B)327.14º50.6%32.55%-
XYZ5.293.85.3-
YUV56.18132.41147.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=44.15%
G=21.81%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83416400.510.230.67327.1433.8724.31
Hex53294003317431472218
Octal12351100063271035074230
Binary10100111010011000000011001110111100001110100011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532940; }

 p { color: rgb(83,41,64); }

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

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

 a { background-color: rgb(83,41,64); }

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

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

 span { border-color: rgb(83,41,64); }

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