#532540

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

Shades of Barossa #532540

Tints of Barossa #532540

Color information

#532540 (or 0x532540) is unknown color: approx Barossa. HEX triplet: 53, 25 and 40. RGB value is (83,37,64). Sum of RGB (Red+Green+Blue) = 83+37+64=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #532540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532540 is #ACDABF. Grayscale: #353535. Windows color (decimal): -11328192 or 4203859. OLE color: 4203859.

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

Color convert

RGB833764-
CMYK00.550.230.67
HSL324.78º38.33%23.53%-
HSV(B)324.78º55.42%32.55%-
XYZ5.153.535.26-
YUV53.83133.74148.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=45.11%
G=20.11%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83376400.550.230.67324.7838.3323.53
Hex53254003717431452618
Octal12345100067271035054630
Binary10100111001011000000011011110111100001110100010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532540; }

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

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

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

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

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

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

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

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