#532740

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

Shades of Barossa #532740

Tints of Barossa #532740

Color information

#532740 (or 0x532740) is unknown color: approx Barossa. HEX triplet: 53, 27 and 40. RGB value is (83,39,64). Sum of RGB (Red+Green+Blue) = 83+39+64=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #532740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532740 is #ACD8BF. Grayscale: #363636. Windows color (decimal): -11327680 or 4204371. OLE color: 4204371.

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

Color convert

RGB833964-
CMYK00.530.230.67
HSL325.91º36.07%23.92%-
HSV(B)325.91º53.01%32.55%-
XYZ5.223.665.28-
YUV55.01133.08147.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=44.62%
G=20.97%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83396400.530.230.67325.9136.0723.92
Hex53274003517431462418
Octal12347100065271035064430
Binary10100111001111000000011010110111100001110100011010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532740; }

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

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

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

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

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

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

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

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