#532A46

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

Shades of Loulou #532A46

Tints of Loulou #532A46

Color information

#532A46 (or 0x532A46) is unknown color: approx Loulou. HEX triplet: 53, 2A and 46. RGB value is (83,42,70). Sum of RGB (Red+Green+Blue) = 83+42+70=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #532A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A46 is #ACD5B9. Grayscale: #393939. Windows color (decimal): -11326906 or 4598355. OLE color: 4598355.

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

Color convert

RGB834270-
CMYK00.490.160.67
HSL319.02º32.8%24.51%-
HSV(B)319.02º49.4%32.55%-
XYZ5.53.946.26-
YUV57.45135.08146.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=42.56%
G=21.54%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83427000.490.160.67319.0232.824.51
Hex532A46031104313f2119
Octal12352106061201034774131
Binary10100111010101000110011000110000100001110011111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,42,70); }

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

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

 a { background-color: rgb(83,42,70); }

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

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

 span { border-color: rgb(83,42,70); }

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