#532440

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

Shades of Barossa #532440

Tints of Barossa #532440

Color information

#532440 (or 0x532440) is unknown color: approx Barossa. HEX triplet: 53, 24 and 40. RGB value is (83,36,64). Sum of RGB (Red+Green+Blue) = 83+36+64=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #532440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532440 is #ACDBBF. Grayscale: #353535. Windows color (decimal): -11328448 or 4203603. OLE color: 4203603.

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

Color convert

RGB833664-
CMYK00.570.230.67
HSL324.26º39.5%23.33%-
HSV(B)324.26º56.63%32.55%-
XYZ5.123.475.25-
YUV53.24134.07149.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=45.36%
G=19.67%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83366400.570.230.67324.2639.523.33
Hex53244003917431442717
Octal12344100071271035044727
Binary10100111001001000000011100110111100001110100010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532440; }

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

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

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

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

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

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

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

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