#532C43

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

Shades of Barossa #532C43

Tints of Barossa #532C43

Color information

#532C43 (or 0x532C43) is unknown color: approx Barossa. HEX triplet: 53, 2C and 43. RGB value is (83,44,67). Sum of RGB (Red+Green+Blue) = 83+44+67=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #532C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C43 is #ACD3BC. Grayscale: #3A3A3A. Windows color (decimal): -11326397 or 4402259. OLE color: 4402259.

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

Color convert

RGB834467-
CMYK00.470.190.67
HSL324.62º30.71%24.9%-
HSV(B)324.62º46.99%32.55%-
XYZ5.484.055.8-
YUV58.28132.92145.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=42.78%
G=22.68%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83446700.470.190.67324.6230.7124.9
Hex532C4302F13431451f19
Octal12354103057231035053731
Binary1010011101100100001101011111001110000111010001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,44,67); }

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

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

 a { background-color: rgb(83,44,67); }

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

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

 span { border-color: rgb(83,44,67); }

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