#532F40

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

Shades of Barossa #532F40

Tints of Barossa #532F40

Color information

#532F40 (or 0x532F40) is unknown color: approx Barossa. HEX triplet: 53, 2F and 40. RGB value is (83,47,64). Sum of RGB (Red+Green+Blue) = 83+47+64=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #532F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F40 is #ACD0BF. Grayscale: #3B3B3B. Windows color (decimal): -11325632 or 4206419. OLE color: 4206419.

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

Color convert

RGB834764-
CMYK00.430.230.67
HSL331.67º27.69%25.49%-
HSV(B)331.67º43.37%32.55%-
XYZ5.514.245.38-
YUV59.7130.43144.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=42.78%
G=24.23%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83476400.430.230.67331.6727.6925.49
Hex532F4002B174314c1c19
Octal12357100053271035143431
Binary1010011101111100000001010111011110000111010011001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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